Searched refs:GetMaxAutoPaperSize (Results 1 – 7 of 7) sorted by relevance
290 const Size& Outliner::GetMaxAutoPaperSize() const in GetMaxAutoPaperSize() function in Outliner293 return pEditEngine->GetMaxAutoPaperSize(); in GetMaxAutoPaperSize()
460 …rintf( fp, "\nMaxAutoPaperSize: %li x %li", pEE->GetMaxAutoPaperSize().Width(), pEE->GetMaxAutoPap… in ShowEditEngineData()
662 const Size& EditEngine::GetMaxAutoPaperSize() const in GetMaxAutoPaperSize() function in EditEngine665 return pImpEditEngine->GetMaxAutoPaperSize(); in GetMaxAutoPaperSize()
748 const Size& GetMaxAutoPaperSize() const { return aMaxAutoPaperSize; } in GetMaxAutoPaperSize() function in ImpEditEngine
204 const Size& GetMaxAutoPaperSize() const;
897 const Size& GetMaxAutoPaperSize() const;
208 …tOutliner->GetMinAutoPaperSize()!=aPaperMin1 || pTextEditOutliner->GetMaxAutoPaperSize()!=aPaperMa… in ModelHasChanged()
Completed in 159 milliseconds