Age | Commit message (Expand) | Author |
2017-04-07 | starmath: Move SmNodeStack to mathmlimport.hxx | Takeshi Abe |
2017-04-05 | starmath: Kill newly unused m_aNodeStack | Takeshi Abe |
2017-04-04 | starmath: Simplify code parsing nospace | Takeshi Abe |
2017-03-31 | tdf#82580 tools: rename Rectangle to tools::Rectangle | Miklos Vajna |
2017-03-28 | remove some more unused SID constants and commands | Noel Grandin |
2017-03-27 | create SfxInterfaceId o3tl::strong_int | Noel Grandin |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-03-24 | starmath: Make SmParser::DoAlign() return SmNode | Takeshi Abe |
2017-03-24 | remove unhandled SID commands in starmath | Noel Grandin |
2017-03-23 | starmath: Make DoProduct()/DoSum()/DoRelation() return SmNode | Takeshi Abe |
2017-03-22 | starmath: Make SmParser::DoPower() return SmNode | Takeshi Abe |
2017-03-22 | starmath: Make DoOpSubSup() return SmNode | Takeshi Abe |
2017-03-22 | starmath: Make DoSubSup() return SmNode by taking another node | Takeshi Abe |
2017-03-19 | starmath: Make DoTerm() return the top of the stack | Takeshi Abe |
2017-03-17 | starmath: Add missing commands and tooltips to the Element window | Takeshi Abe |
2017-03-16 | remove unused defines from HRC files in starmath | Noel Grandin |
2017-03-16 | starmath: Return SmStructureNode from DoAttribut()/DoFontAttribut() | Takeshi Abe |
2017-03-15 | starmath: Separate SmParser::DoError() from Error() | Takeshi Abe |
2017-03-14 | remove unused RID constants | Noel Grandin |
2017-03-14 | starmath: Return SmBracebodyNode from DoBracebody() | Takeshi Abe |
2017-03-10 | starmath: Return SmGlyphSpecialNode from DoGlyphSpecial() | Takeshi Abe |
2017-03-09 | starmath: Prepare messsages for all parsing errors | Takeshi Abe |
2017-03-08 | starmath: Drop unused RIDs | Takeshi Abe |
2017-03-08 | starmath: Return the expression node from DoExpression() | Takeshi Abe |
2017-03-03 | Remove redundant 'inline' keyword | Stephan Bergmann |
2017-03-03 | starmath: Replace SmParseError::FuncExpected with assertion | Takeshi Abe |
2017-03-02 | starmath: Drop SmParseError::UnoperExpected | Takeshi Abe |
2017-03-01 | move SvtLinguOptions into SmDocShell | Caolán McNamara |
2017-03-01 | unroll SmEditWindow::GetEditEngineItemPool | Caolán McNamara |
2017-03-01 | GetEditEngineItemPool can be private | Caolán McNamara |
2017-02-21 | loplugin:subtlezeroinit: starmath | Stephan Bergmann |
2017-02-19 | starmath: Convert SmParseError to scoped enum | Takeshi Abe |
2017-02-15 | convert SmBracketType to scoped enum | Noel Grandin |
2017-02-03 | starmath: Prefix member of SmNodeToTextVisitor | Takeshi Abe |
2017-02-02 | starmath: these functions are local | Takeshi Abe |
2017-01-30 | starmath: Make some functions private, instead of protected | Takeshi Abe |
2017-01-26 | Remove dynamic exception specifications | Stephan Bergmann |
2017-01-26 | use rtl::Reference in SmGraphicWindow | Noel Grandin |
2017-01-25 | loplugin: unnecessary destructor sfx2..store | Noel Grandin |
2017-01-24 | starmath: Inline and remove SmRect::BuildRect() | Takeshi Abe |
2017-01-23 | Change all Idle* LINKs to be Timer* | Jan-Marek Glogowski |
2017-01-20 | starmath: Avoid ad hoc LanguageTag and CharClass at tokenization | Takeshi Abe |
2017-01-17 | replace boost::checked_deleter with std::default_delete | Jochen Nitschke |
2017-01-17 | starmath: Rely on the default ctors for SmRect | Takeshi Abe |
2017-01-11 | starmath: Kill unused forward declaration | Takeshi Abe |
2017-01-11 | starmath: Prefix members of SmViewShell | Takeshi Abe |
2017-01-01 | starmath: Prefix members of SmSelectionDrawingVisitor | Takeshi Abe |
2016-12-31 | starmath: Prefix member of SmCloningVisitor | Takeshi Abe |
2016-12-27 | starmath: SmCaretPos's index must be non-negative | Takeshi Abe |
2016-12-26 | starmath: Prefix n to SmCaretPos's Index | Takeshi Abe |