Lines Matching refs:PresObjKind
167 SdrObject* SdPage::GetPresObj(PresObjKind eObjKind, int nIndex, bool bFuzzySearch /* = false */ ) in GetPresObj()
248 SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, … in CreatePresObj()
596 SfxStyleSheet* SdPage::GetStyleSheetForPresObj(PresObjKind eObjKind) const in GetStyleSheetForPresObj()
866 SdrObject* SdPage::CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert) in CreateDefaultPresObj()
1114 PresObjKind meKind[MAX_PRESOBJS];
1123 …meKind[0] = static_cast<PresObjKind>(k0 & (~VERTICAL)); mbVertical[0] = (k0 & VERTICAL) == VERTICA… in LayoutDescriptor()
1124 …meKind[1] = static_cast<PresObjKind>(k1 & (~VERTICAL)); mbVertical[1] = (k1 & VERTICAL) == VERTICA… in LayoutDescriptor()
1125 …meKind[2] = static_cast<PresObjKind>(k2 & (~VERTICAL)); mbVertical[2] = (k2 & VERTICAL) == VERTICA… in LayoutDescriptor()
1126 …meKind[3] = static_cast<PresObjKind>(k3 & (~VERTICAL)); mbVertical[3] = (k3 & VERTICAL) == VERTICA… in LayoutDescriptor()
1127 …meKind[4] = static_cast<PresObjKind>(k4 & (~VERTICAL)); mbVertical[4] = (k4 & VERTICAL) == VERTICA… in LayoutDescriptor()
1128 …meKind[5] = static_cast<PresObjKind>(k5 & (~VERTICAL)); mbVertical[5] = (k5 & VERTICAL) == VERTICA… in LayoutDescriptor()
1129 …meKind[6] = static_cast<PresObjKind>(k6 & (~VERTICAL)); mbVertical[6] = (k6 & VERTICAL) == VERTICA… in LayoutDescriptor()
1408 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1433 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1590 PresObjKind eKind = aDescriptor.meKind[i]; in SetAutoLayout()
2112 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl()
2257 SdrObject* SdPage::InsertAutoLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Re… in InsertAutoLayoutShape()
2375 PresObjKind SdPage::GetPresObjKind(SdrObject* pObj) const in GetPresObjKind()
2377 PresObjKind eKind = PRESOBJ_NONE; in GetPresObjKind()
2404 void SdPage::InsertPresObj(SdrObject* pObj, PresObjKind eKind ) in InsertPresObj()
2423 void SdPage::SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eObjKind, const Strin… in SetObjText()
2680 String SdPage::GetPresObjText(PresObjKind eObjKind) const in GetPresObjText()
2896 PresObjKind eKind = pCheckPage->GetPresObjKind(pObj); in checkVisibility()
2954 PresObjKind ePresObjKind = GetPresObjKind(pTextObj); in RestoreDefaultText()