Home
last modified time | relevance | path

Searched refs:PresObjKind (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/sd/inc/
H A Dsdpage.hxx192 …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 Dpres.hxx26 enum PresObjKind enum
H A Danminfo.hxx47 PresObjKind mePresObjKind;
/AOO41X/main/sd/source/core/
H A Dsdpage.cxx167 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 Dsdpage2.cxx469 const PresObjKind eKind = ((SdPage*)this)->GetPresObjKind(pObj); in GetTextStyleSheetForObject()
H A Ddrawdoc.cxx821 PresObjKind ePresObjKind = pPage->GetPresObjKind(pObj); in NewOrLoadCompleted()
/AOO41X/main/sd/source/ui/inc/
H A Dmasterlayoutdlg.hxx61 void remove( PresObjKind eKind );
62 void create( PresObjKind eKind );
H A DView.hxx230 SdrObject* GetEmptyPresentationObject( PresObjKind eKind );
/AOO41X/main/sd/source/ui/view/
H A Dsdview5.cxx33 static bool implIsMultiPresObj( PresObjKind eKind ) in implIsMultiPresObj()
51 SdrObject* View::GetEmptyPresentationObject( PresObjKind eKind ) in GetEmptyPresentationObject()
H A Ddrawview.cxx184 PresObjKind ePresObjKind = rPage.GetPresObjKind(pEditObject); in SetAttributes()
298 PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject); in SetAttributes()
603 PresObjKind ePresObjKind; in DeleteMarked()
H A Dsdview.cxx246 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 Dundoobjects.hxx144 PresObjKind meOldKind;
145 PresObjKind meNewKind;
/AOO41X/main/sd/source/ui/dlg/
H A Dmasterlayoutdlg.cxx154 void MasterLayoutDialog::create( PresObjKind eKind ) in create()
159 void MasterLayoutDialog::remove( PresObjKind eKind ) in remove()
/AOO41X/main/sd/source/ui/func/
H A Dfuinsert.cxx296 PresObjKind ePresObjKind = (nSlotId == SID_INSERT_DIAGRAM) ? PRESOBJ_CHART : PRESOBJ_OBJECT; in DoExecute()
H A Dfutext.cxx1236 PresObjKind ePresObjKind = pPage->GetPresObjKind(mxTextObj.get()); in DeleteDefaultText()
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx2213 PresObjKind ePresKind = PRESOBJ_NONE; in ApplyTextObj()
2406 PresObjKind ePresObjKind = PRESOBJ_NONE; in ApplyTextObj()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunopage.cxx455 PresObjKind eObjKind = PRESOBJ_NONE; in _CreateSdrObject()
1385 PresObjKind eKind = GetPage()->GetPresObjKind(pObj); in _CreateShape()