Searched refs:PresObjKind (Results 1 – 17 of 17) sorted by relevance
/aoo42x/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, Rectangle… 227 …void SetObjText(SdrTextObj* pObj, SdrOutliner* pOutliner, PresObjKind eObjKind, const String& rSt…
|
H A D | pres.hxx | 26 enum PresObjKind enum
|
H A D | anminfo.hxx | 47 PresObjKind mePresObjKind;
|
/aoo42x/main/sd/source/core/ |
H A D | sdpage.cxx | 590 SfxStyleSheet* SdPage::GetStyleSheetForPresObj(PresObjKind eObjKind) const in GetStyleSheetForPresObj() 1098 PresObjKind meKind[MAX_PRESOBJS]; 1392 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl() 1417 PresObjKind eKind = rDescriptor.meKind[i]; in findAutoLayoutShapesImpl() 1574 PresObjKind eKind = aDescriptor.meKind[i]; in SetAutoLayout() 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() 2626 String SdPage::GetPresObjText(PresObjKind eObjKind) const in GetPresObjText() 2842 PresObjKind eKind = pCheckPage->GetPresObjKind(pObj); in checkVisibility() [all …]
|
H A D | sdpage2.cxx | 453 const PresObjKind eKind = ((SdPage*)this)->GetPresObjKind(pObj); in GetTextStyleSheetForObject()
|
H A D | drawdoc.cxx | 818 PresObjKind ePresObjKind = pPage->GetPresObjKind(pObj); in NewOrLoadCompleted()
|
/aoo42x/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 );
|
/aoo42x/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()
|
/aoo42x/main/sd/inc/undo/ |
H A D | undoobjects.hxx | 144 PresObjKind meOldKind; 145 PresObjKind meNewKind;
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 2213 PresObjKind ePresKind = PRESOBJ_NONE; in ApplyTextObj() 2406 PresObjKind ePresObjKind = PRESOBJ_NONE; in ApplyTextObj()
|
/aoo42x/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()
|
Completed in 92 milliseconds