Home
last modified time | relevance | path

Searched refs:InsertAutoLayoutShape (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sd/inc/
H A Dsdpage.hxx213 …SdrObject* InsertAutoLayoutShape(SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Recta…
/AOO41X/main/sd/source/ui/view/
H A Ddrawview.cxx624 … SdrObject* pNewObj = pPage->InsertAutoLayoutShape( 0, ePresObjKind, bVertical, aRect, true ); in DeleteMarked()
H A Doutlview.cxx1193 pPage->InsertAutoLayoutShape( 0, PRESOBJ_TITLE, false, pPage->GetTitleRect(), true ); in CreateTitleTextObject()
1227 pPage->InsertAutoLayoutShape( 0, in CreateOutlineTextObject()
/AOO41X/main/sd/source/core/
H A Dsdpage.cxx1591 …SdrObject* pObj = InsertAutoLayoutShape( aLayoutShapes[i], eKind, aDescriptor.mbVertical[i], aRect… in SetAutoLayout()
2257 SdrObject* SdPage::InsertAutoLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Re… in InsertAutoLayoutShape() function in SdPage