Lines Matching refs:PresObjKind

163 SdrObject* SdPage::GetPresObj(PresObjKind eObjKind, int nIndex, bool bFuzzySearch /* = false */ )  in GetPresObj()
244 SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, … in CreatePresObj()
590 SfxStyleSheet* SdPage::GetStyleSheetForPresObj(PresObjKind eObjKind) const in GetStyleSheetForPresObj()
856 SdrObject* SdPage::CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert) in CreateDefaultPresObj()
1098 PresObjKind meKind[MAX_PRESOBJS];
1107 …meKind[0] = static_cast<PresObjKind>(k0 & (~VERTICAL)); mbVertical[0] = (k0 & VERTICAL) == VERTICA… in LayoutDescriptor()
1108 …meKind[1] = static_cast<PresObjKind>(k1 & (~VERTICAL)); mbVertical[1] = (k1 & VERTICAL) == VERTICA… in LayoutDescriptor()
1109 …meKind[2] = static_cast<PresObjKind>(k2 & (~VERTICAL)); mbVertical[2] = (k2 & VERTICAL) == VERTICA… in LayoutDescriptor()
1110 …meKind[3] = static_cast<PresObjKind>(k3 & (~VERTICAL)); mbVertical[3] = (k3 & VERTICAL) == VERTICA… in LayoutDescriptor()
1111 …meKind[4] = static_cast<PresObjKind>(k4 & (~VERTICAL)); mbVertical[4] = (k4 & VERTICAL) == VERTICA… in LayoutDescriptor()
1112 …meKind[5] = static_cast<PresObjKind>(k5 & (~VERTICAL)); mbVertical[5] = (k5 & VERTICAL) == VERTICA… in LayoutDescriptor()
1113 …meKind[6] = static_cast<PresObjKind>(k6 & (~VERTICAL)); mbVertical[6] = (k6 & VERTICAL) == VERTICA… in LayoutDescriptor()
1392 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1417 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl()
1574 PresObjKind eKind = aDescriptor.meKind[i]; in SetAutoLayout()
2074 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl()
2219 SdrObject* SdPage::InsertAutoLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Re… in InsertAutoLayoutShape()
2335 PresObjKind SdPage::GetPresObjKind(SdrObject* pObj) const in GetPresObjKind()
2337 PresObjKind eKind = PRESOBJ_NONE; in GetPresObjKind()
2364 void SdPage::InsertPresObj(SdrObject* pObj, PresObjKind eKind ) in InsertPresObj()
2381 void SdPage::SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eObjKind, const Strin… in SetObjText()
2626 String SdPage::GetPresObjText(PresObjKind eObjKind) const in GetPresObjText()
2842 PresObjKind eKind = pCheckPage->GetPresObjKind(pObj); in checkVisibility()
2900 PresObjKind ePresObjKind = GetPresObjKind(pTextObj); in RestoreDefaultText()