Searched refs:PresObjKind (Results 1 – 17 of 17) sorted by relevance
| /AOO41X/main/sd/inc/ |
| H A D | sdpage.hxx | 192 …SdrObject* CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const Rectangle& rRect, sa… 193 SdrObject* CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert); 194 SdrObject* GetPresObj(PresObjKind eObjKind, int nIndex = 1, bool bFuzzySearch = false ); 195 PresObjKind GetPresObjKind(SdrObject* pObj) const; 196 String GetPresObjText(PresObjKind eObjKind) const; 198 SfxStyleSheet* GetStyleSheetForPresObj(PresObjKind eObjKind) const; 208 void InsertPresObj(SdrObject* pObj, PresObjKind eKind ); 213 …SdrObject* InsertAutoLayoutShape(SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Recta… 227 …void SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eObjKind, const Strin…
|
| H A D | pres.hxx | 26 enum PresObjKind enum
|
| H A D | anminfo.hxx | 47 PresObjKind mePresObjKind;
|
| /AOO41X/main/sd/source/core/ |
| H A D | sdpage.cxx | 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() [all …]
|
| H A D | sdpage2.cxx | 469 const PresObjKind eKind = ((SdPage*)this)->GetPresObjKind(pObj); in GetTextStyleSheetForObject()
|
| H A D | drawdoc.cxx | 821 PresObjKind ePresObjKind = pPage->GetPresObjKind(pObj); in NewOrLoadCompleted()
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | masterlayoutdlg.hxx | 61 void remove( PresObjKind eKind ); 62 void create( PresObjKind eKind );
|
| H A D | View.hxx | 230 SdrObject* GetEmptyPresentationObject( PresObjKind eKind );
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | sdview5.cxx | 33 static bool implIsMultiPresObj( PresObjKind eKind ) in implIsMultiPresObj() 51 SdrObject* View::GetEmptyPresentationObject( PresObjKind eKind ) in GetEmptyPresentationObject()
|
| H A D | drawview.cxx | 184 PresObjKind ePresObjKind = rPage.GetPresObjKind(pEditObject); in SetAttributes() 298 PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject); in SetAttributes() 603 PresObjKind ePresObjKind; in DeleteMarked()
|
| H A D | sdview.cxx | 246 PresObjKind eKind(PRESOBJ_NONE); in createRedirectedPrimitive2DSequence() 653 PresObjKind eKind = pPage->GetPresObjKind(pObj); in IsPresObjSelected() 1296 const PresObjKind eKind = pPage->GetPresObjKind(pTextObj); in OnEndPasteOrDrop()
|
| /AOO41X/main/sd/inc/undo/ |
| H A D | undoobjects.hxx | 144 PresObjKind meOldKind; 145 PresObjKind meNewKind;
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | masterlayoutdlg.cxx | 154 void MasterLayoutDialog::create( PresObjKind eKind ) in create() 159 void MasterLayoutDialog::remove( PresObjKind eKind ) in remove()
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fuinsert.cxx | 296 PresObjKind ePresObjKind = (nSlotId == SID_INSERT_DIAGRAM) ? PRESOBJ_CHART : PRESOBJ_OBJECT; in DoExecute()
|
| H A D | futext.cxx | 1236 PresObjKind ePresObjKind = pPage->GetPresObjKind(mxTextObj.get()); in DeleteDefaultText()
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 2213 PresObjKind ePresKind = PRESOBJ_NONE; in ApplyTextObj() 2406 PresObjKind ePresObjKind = PRESOBJ_NONE; in ApplyTextObj()
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | unopage.cxx | 455 PresObjKind eObjKind = PRESOBJ_NONE; in _CreateSdrObject() 1385 PresObjKind eKind = GetPage()->GetPresObjKind(pObj); in _CreateShape()
|