Home
last modified time | relevance | path

Searched refs:ePresObjKind (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrawview.cxx157 PresObjKind ePresObjKind = rPage.GetPresObjKind(pEditObject); in SetAttributes() local
159 if ( ePresObjKind == PresObjKind::Title || in SetAttributes()
160 ePresObjKind == PresObjKind::Notes ) in SetAttributes()
163 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetAttributes()
302 PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject); in SetMasterAttributes() local
323 (ePresObjKind == PresObjKind::Title || in SetMasterAttributes()
324 ePresObjKind == PresObjKind::Notes)) in SetMasterAttributes()
327 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetMasterAttributes()
579 PresObjKind ePresObjKind(pPage->GetPresObjKind(pObj)); in DeleteMarked() local
580 switch( ePresObjKind ) in DeleteMarked()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrawview.cxx158 PresObjKind ePresObjKind = rPage.GetPresObjKind(pEditObject); in SetAttributes() local
160 if ( ePresObjKind == PRESOBJ_TITLE || in SetAttributes()
161 ePresObjKind == PRESOBJ_NOTES ) in SetAttributes()
164 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetAttributes()
302 PresObjKind ePresObjKind = rPage.GetPresObjKind(pObject); in SetMasterAttributes() local
323 (ePresObjKind == PRESOBJ_TITLE || in SetMasterAttributes()
324 ePresObjKind == PRESOBJ_NOTES)) in SetMasterAttributes()
327 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj( ePresObjKind ); in SetMasterAttributes()
574 PresObjKind ePresObjKind(pPage->GetPresObjKind(pObj)); in DeleteMarked() local
575 switch( ePresObjKind ) in DeleteMarked()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptin.cxx2382 PresObjKind ePresObjKind = PresObjKind::NONE; in ApplyTextObj() local
2411 … case PptPlaceholder::OBJECT : ePresObjKind = PresObjKind::Object; break; in ApplyTextObj()
2412 … case PptPlaceholder::GRAPH : ePresObjKind = PresObjKind::Chart; break; in ApplyTextObj()
2413 … case PptPlaceholder::TABLE : ePresObjKind = PresObjKind::Table; break; in ApplyTextObj()
2414 … case PptPlaceholder::CLIPART : ePresObjKind = PresObjKind::Graphic; break; in ApplyTextObj()
2430 case PptPlaceholder::OBJECT : ePresObjKind = PresObjKind::Object; break; in ApplyTextObj()
2431 case PptPlaceholder::GRAPH : ePresObjKind = PresObjKind::Chart; break; in ApplyTextObj()
2432 case PptPlaceholder::TABLE : ePresObjKind = PresObjKind::Calc; break; in ApplyTextObj()
2433 … case PptPlaceholder::CLIPART : ePresObjKind = PresObjKind::Graphic; break; in ApplyTextObj()
2439 if ( ePresObjKind != PresObjKind::NONE ) in ApplyTextObj()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptin.cxx2347 PresObjKind ePresObjKind = PRESOBJ_NONE; in ApplyTextObj() local
2376 … case PptPlaceholder::OBJECT : ePresObjKind = PRESOBJ_OBJECT; break; in ApplyTextObj()
2377 … case PptPlaceholder::GRAPH : ePresObjKind = PRESOBJ_CHART; break; in ApplyTextObj()
2378 … case PptPlaceholder::TABLE : ePresObjKind = PRESOBJ_TABLE; break; in ApplyTextObj()
2379 … case PptPlaceholder::CLIPART : ePresObjKind = PRESOBJ_GRAPHIC; break; in ApplyTextObj()
2395 case PptPlaceholder::OBJECT : ePresObjKind = PRESOBJ_OBJECT; break; in ApplyTextObj()
2396 case PptPlaceholder::GRAPH : ePresObjKind = PRESOBJ_CHART; break; in ApplyTextObj()
2397 case PptPlaceholder::TABLE : ePresObjKind = PRESOBJ_CALC; break; in ApplyTextObj()
2398 case PptPlaceholder::CLIPART : ePresObjKind = PRESOBJ_GRAPHIC; break; in ApplyTextObj()
2404 if ( ePresObjKind != PRESOBJ_NONE ) in ApplyTextObj()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfutext.cxx1179 PresObjKind ePresObjKind = pPage->GetPresObjKind(mxTextObj.get()); in DeleteDefaultText() local
1181 if ( !(ePresObjKind == PresObjKind::Title || in DeleteDefaultText()
1182 ePresObjKind == PresObjKind::Outline || in DeleteDefaultText()
1183 ePresObjKind == PresObjKind::Notes || in DeleteDefaultText()
1184 ePresObjKind == PresObjKind::Text ) || in DeleteDefaultText()
1200 (ePresObjKind == PresObjKind::Notes || ePresObjKind == PresObjKind::Text)) in DeleteDefaultText()
H A Dfuinsert.cxx290 …PresObjKind ePresObjKind = (nSlotId == SID_INSERT_DIAGRAM) ? PresObjKind::Chart : PresObjKind::Obj… in DoExecute() local
292 SdrObject* pPickObj = mpView->GetEmptyPresentationObject( ePresObjKind ); in DoExecute()
375 pPage->InsertPresObj( pOleObj, ePresObjKind ); in DoExecute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfutext.cxx1172 PresObjKind ePresObjKind = pPage->GetPresObjKind(mxTextObj.get()); in DeleteDefaultText() local
1174 if ( !((ePresObjKind == PRESOBJ_TITLE || in DeleteDefaultText()
1175 ePresObjKind == PRESOBJ_OUTLINE || in DeleteDefaultText()
1176 ePresObjKind == PRESOBJ_NOTES || in DeleteDefaultText()
1177 ePresObjKind == PRESOBJ_TEXT) && in DeleteDefaultText()
1193 (ePresObjKind == PRESOBJ_NOTES || ePresObjKind == PRESOBJ_TEXT)) in DeleteDefaultText()
H A Dfuinsert.cxx290 PresObjKind ePresObjKind = (nSlotId == SID_INSERT_DIAGRAM) ? PRESOBJ_CHART : PRESOBJ_OBJECT; in DoExecute() local
292 SdrObject* pPickObj = mpView->GetEmptyPresentationObject( ePresObjKind ); in DoExecute()
375 pPage->InsertPresObj( pOleObj, ePresObjKind ); in DoExecute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Ddrawdoc.cxx894 PresObjKind ePresObjKind = pPage->GetPresObjKind(pObj); in NewOrLoadCompleted() local
895 OUString aString( pPage->GetPresObjText(ePresObjKind) ); in NewOrLoadCompleted()
900 pPage->SetObjText( pTextObj, pInternalOutl, ePresObjKind, aString ); in NewOrLoadCompleted()
901 … pObj->NbcSetStyleSheet( pPage->GetStyleSheetForPresObj( ePresObjKind ), true ); in NewOrLoadCompleted()
H A Dsdpage.cxx2881 PresObjKind ePresObjKind = GetPresObjKind(pTextObj); in RestoreDefaultText() local
2883 if (ePresObjKind == PresObjKind::Title || in RestoreDefaultText()
2884 ePresObjKind == PresObjKind::Outline || in RestoreDefaultText()
2885 ePresObjKind == PresObjKind::Notes || in RestoreDefaultText()
2886 ePresObjKind == PresObjKind::Text) in RestoreDefaultText()
2888 OUString aString( GetPresObjText(ePresObjKind) ); in RestoreDefaultText()
2897 SetObjText( pTextObj, nullptr, ePresObjKind, aString ); in RestoreDefaultText()
2915 pTextObj->NbcSetStyleSheet( GetStyleSheetForPresObj(ePresObjKind), true ); in RestoreDefaultText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Ddrawdoc.cxx891 PresObjKind ePresObjKind = pPage->GetPresObjKind(pObj); in NewOrLoadCompleted() local
892 OUString aString( pPage->GetPresObjText(ePresObjKind) ); in NewOrLoadCompleted()
897 … pPage->SetObjText( static_cast<SdrTextObj*>(pObj), pInternalOutl, ePresObjKind, aString ); in NewOrLoadCompleted()
898 pObj->NbcSetStyleSheet( pPage->GetStyleSheetForPresObj( ePresObjKind ), true ); in NewOrLoadCompleted()
H A Dsdpage.cxx2858 PresObjKind ePresObjKind = GetPresObjKind(pTextObj); in RestoreDefaultText() local
2860 if (ePresObjKind == PRESOBJ_TITLE || in RestoreDefaultText()
2861 ePresObjKind == PRESOBJ_OUTLINE || in RestoreDefaultText()
2862 ePresObjKind == PRESOBJ_NOTES || in RestoreDefaultText()
2863 ePresObjKind == PRESOBJ_TEXT) in RestoreDefaultText()
2865 OUString aString( GetPresObjText(ePresObjKind) ); in RestoreDefaultText()
2874 SetObjText( pTextObj, nullptr, ePresObjKind, aString ); in RestoreDefaultText()
2892 pTextObj->NbcSetStyleSheet( GetStyleSheetForPresObj(ePresObjKind), true ); in RestoreDefaultText()