/aoo41x/main/sd/source/core/ |
H A D | stlpool.cxx | 346 if( pSheet ) in CreateLayoutStyleSheets() 350 pParent = pSheet; in CreateLayoutStyleSheets() 367 pSheet->SetParent(String()); in CreateLayoutStyleSheets() 413 pSheet->SetParent(String()); in CreateLayoutStyleSheets() 692 if (!pSheet) in CopyLayoutSheets() 714 while (pSheet) in CopyLayoutSheets() 719 pParent = pSheet; in CopyLayoutSheets() 791 while (pSheet) in CreateLayoutSheetList() 795 pSheet = aIter.Next(); in CreateLayoutSheetList() 873 if (pSheet) in CreatePseudosIfNecessary() [all …]
|
H A D | drawdoc4.cxx | 281 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 304 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 317 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 328 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 339 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 350 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 363 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 376 pSheet->SetParent(aStdName); in CreateLayoutTemplates() 544 pSheet->SetParent(rParent); in implMakeSolidCellStyle() 1212 while (pSheet) in RenameLayoutTemplate() [all …]
|
H A D | sdpage2.cxx | 167 SfxStyleSheetBase* pSheet = NULL; in SetPresentationLayout() local 187 if (bReplaceStyleSheets && pSheet) in SetPresentationLayout() 211 while (pSheet) in SetPresentationLayout() 213 if (pSheet != pOldSheet) in SetPresentationLayout() 217 if (!pObj->IsListening(*pSheet)) in SetPresentationLayout() 218 pObj->StartListening(*pSheet); in SetPresentationLayout() 245 if (pSheet) in SetPresentationLayout() 246 pObj->SetStyleSheet(pSheet, sal_True); in SetPresentationLayout() 252 if (pSheet) in SetPresentationLayout() 253 pObj->SetStyleSheet(pSheet, sal_True); in SetPresentationLayout() [all …]
|
H A D | sdpage.cxx | 530 …SfxStyleSheet* pSheet = (SfxStyleSheet*)pModel->GetStyleSheetPool()->Find(aName, SD_STYLE_FAMILY_M… in CreatePresObj() local 531 DBG_ASSERT(pSheet, "Vorlage fuer Gliederungsobjekt nicht gefunden"); in CreatePresObj() 532 if (pSheet) in CreatePresObj() 533 pSdrObj->StartListening(*pSheet); in CreatePresObj() 2147 …SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pModel->GetStyleSheetPool()->Find(aName, SD_S… in convertPresentationObjectImpl() local 2149 if (pSheet) in convertPresentationObjectImpl() 2156 …bj->ChangeStyleSheetName(SD_STYLE_FAMILY_MASTERPAGE, pSubtitleSheet->GetName(), pSheet->GetName()); in convertPresentationObjectImpl() 2159 pNewObj->StartListening(*pSheet); in convertPresentationObjectImpl() 2213 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl() local 2214 if (pSheet) in convertPresentationObjectImpl() [all …]
|
H A D | drawdoc.cxx | 807 SfxStyleSheet* pSheet = (SfxStyleSheet*)pOutlineList->GetObject(nSheet); in NewOrLoadCompleted() local 808 if (pSheet) in NewOrLoadCompleted() 810 pObj->StartListening(*pSheet); in NewOrLoadCompleted() 814 pObj->NbcSetStyleSheet(pSheet, sal_True); in NewOrLoadCompleted()
|
H A D | stlsheet.cxx | 442 SfxStyleSheetBase* pSheet = aIter.First(); in GetRealStyleSheet() local 443 if( pSheet ) in GetRealStyleSheet() 444 aRealStyle = pSheet->GetName(); in GetRealStyleSheet()
|
/aoo41x/main/sc/source/core/data/ |
H A D | stlpool.cxx | 134 return pSheet; in Create() 269 ScStyleSheet* pSheet = NULL; in CreateStandardStyles() local 291 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() 324 pSheet->SetParent( aStrStandard ); in CreateStandardStyles() 326 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() 355 pSheet->SetParent( aStrStandard ); in CreateStandardStyles() 357 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() 373 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() 384 pSheet = (ScStyleSheet*) &Make( aStrStandard, in CreateStandardStyles() 388 pSet = &pSheet->GetItemSet(); in CreateStandardStyles() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drawview.cxx | 191 DBG_ASSERT(pSheet, "StyleSheet nicht gefunden"); in SetAttributes() 193 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() 201 pSheet->GetItemSet().Put(aTempSet); in SetAttributes() 232 DBG_ASSERT(pSheet, "StyleSheet nicht gefunden"); in SetAttributes() 234 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() 248 pSheet->GetItemSet().Put(aTempSet); in SetAttributes() 306 DBG_ASSERT(pSheet, "StyleSheet not found"); in SetAttributes() 308 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() 316 pSheet->GetItemSet().Put(aTempSet,false); in SetAttributes() 333 SfxItemSet aTempSet( pSheet->GetItemSet() ); in SetAttributes() [all …]
|
H A D | drviews2.cxx | 756 SfxStyleSheet* pSheet = NULL; in FuTemporary() local 761 pSheet = mpActualPage->GetStyleSheetForPresObj(PRESOBJ_TITLE); in FuTemporary() 762 if (pSheet) in FuTemporary() 763 pObj->SetStyleSheet(pSheet, sal_False); in FuTemporary() 769 pSheet = mpActualPage->GetStyleSheetForPresObj( PRESOBJ_OUTLINE ); in FuTemporary() 770 DBG_ASSERT(pSheet, "Vorlage fuer Gliederungsobjekt nicht gefunden"); in FuTemporary() 771 if (pSheet) in FuTemporary() 773 pObj->StartListening(*pSheet); in FuTemporary() 777 pObj->NbcSetStyleSheet(pSheet, sal_False); in FuTemporary()
|
/aoo41x/main/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 343 SfxStyleSheetBase* pSheet = pOldStyleSheet; in SetModel() local 354 while(pSheet) in SetModel() 356 pAnchor = pNewPool->Find(pSheet->GetName(), pSheet->GetFamily()); in SetModel() 360 aList.Insert(pSheet, LIST_APPEND); in SetModel() 361 pSheet = pOldPool->Find(pSheet->GetParent(), pSheet->GetFamily()); in SetModel() 366 pSheet = 0L; in SetModel() 371 pSheet = (SfxStyleSheetBase*)aList.First(); in SetModel() 376 while(pSheet) in SetModel() 378 pNewSheet = &pNewPool->Make(pSheet->GetName(), pSheet->GetFamily(), pSheet->GetMask()); in SetModel() 379 pNewSheet->GetItemSet().Put(pSheet->GetItemSet(), sal_False); in SetModel() [all …]
|
H A D | textproperties.cxx | 425 SfxStyleSheet* pSheet = pOutliner->GetStyleSheet(nPara); in ForceStyleToHardAttributes() local 427 if(pSheet) in ForceStyleToHardAttributes() 431 aSet.Put(pSheet->GetItemSet()); in ForceStyleToHardAttributes()
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 605 if ( pSheet ) in Import() 618 if ( pSheet ) in Import() 667 if ( pSheet ) in Import() 708 if ( pSheet ) in Import() 878 if(pSheet) in Import() 2258 if ( pSheet ) in ApplyTextObj() 2266 if ( pSheet ) in ApplyTextObj() 2281 if ( pSheet ) in ApplyTextObj() 2286 if ( pSheet ) in ApplyTextObj() 2297 if ( pSheet ) in ApplyTextObj() [all …]
|
/aoo41x/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 65 bool getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, bool& rState ); 143 SfxStyleSheetBase* pSheet = aIter.First(); in transformStyles() local 144 while( pSheet ) in transformStyles() 146 transformStyle( *pSheet ); in transformStyles() 147 pSheet = aIter.Next(); in transformStyles() 281 bool SdTransformOOo2xDocument::getBulletState( const SfxItemSet& rSet, SfxStyleSheetBase* pSheet, b… in getBulletState() argument 289 …if( pSheet && getBulletState( pSheet->GetItemSet(), pSheet->GetPool().Find( pSheet->GetParent(), p… in getBulletState()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuconstr.cxx | 399 SfxStyleSheet* pSheet = (SfxStyleSheet*)pPage->GetModel()-> in SetStyleSheet() local 402 DBG_ASSERT(pSheet, "Objektvorlage nicht gefunden"); in SetStyleSheet() 403 if (pSheet) in SetStyleSheet() 406 pObj->SetStyleSheet(pSheet, sal_False); in SetStyleSheet() 407 SfxItemSet& rSet = pSheet->GetItemSet(); in SetStyleSheet() 429 SfxStyleSheet* pSheet = (SfxStyleSheet*)pPage->GetModel()-> in SetStyleSheet() local 432 DBG_ASSERT(pSheet, "Objektvorlage nicht gefunden"); in SetStyleSheet() 433 if (pSheet) in SetStyleSheet() 435 pObj->SetStyleSheet(pSheet, sal_False); in SetStyleSheet() 437 aAttr.Put(pSheet->GetItemSet().Get(XATTR_FILLSTYLE)); in SetStyleSheet()
|
H A D | fuconrec.cxx | 565 SfxStyleSheet* pSheet = (SfxStyleSheet*) pPage->GetModel()-> in SetAttributes() local 568 DBG_ASSERT(pSheet, "Objektvorlage nicht gefunden"); in SetAttributes() 570 if (pSheet) in SetAttributes() 572 pObj->SetStyleSheet(pSheet, sal_False); in SetAttributes()
|
H A D | futempl.cxx | 465 SfxStyleSheetBase* pSheet = pSSPool->Find( aName, SD_STYLE_FAMILY_PSEUDO); in DoExecute() local 467 if(pSheet) in DoExecute() 469 SdStyleSheet* pRealStyleSheet = ((SdStyleSheet*)pSheet)->GetRealStyleSheet(); in DoExecute()
|
H A D | fuexpand.cxx | 219 SfxStyleSheet* pSheet = pPage->GetStyleSheetForPresObj(PRESOBJ_TITLE); in DoExecute() local 220 pTextObj->NbcSetStyleSheet(pSheet, sal_False); in DoExecute()
|
H A D | futext.cxx | 1245 SfxStyleSheet* pSheet = pOutliner->GetStyleSheet( 0 ); in DeleteDefaultText() local 1255 if (pSheet && in DeleteDefaultText() 1257 pOutliner->SetStyleSheet(0, pSheet); in DeleteDefaultText()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 1203 Sheet* pSheet = GetSheetItem(nTab); in ReadProtect() local 1204 if (pSheet) in ReadProtect() 1205 pSheet->mbProtected = true; in ReadProtect() 1237 Sheet* pSheet = GetSheetItem(nTab); in ReadOptions() local 1238 if (pSheet) in ReadOptions() 1239 pSheet->mnOptions = nOptions; in ReadOptions() 1246 Sheet* pSheet = GetSheetItem(nTab); in ReadPasswordHash() local 1247 if (pSheet) in ReadPasswordHash() 1248 pSheet->mnPasswordHash = nHash; in ReadPasswordHash()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCell.cxx | 368 …const ScAccessibleSpreadsheet *pSheet =static_cast<const ScAccessibleSpreadsheet*>(mxParent.get()); in IsSelected() local 369 if (pSheet) in IsSelected() 371 return pSheet->IsScAddrFormulaSel(maCellAddress); in IsSelected() 569 ScAccessibleSpreadsheet* pSheet =static_cast<ScAccessibleSpreadsheet*>(mxParent.get()); in IsFormulaMode() local 570 if (pSheet) in IsFormulaMode() 572 return pSheet->IsFormulaMode(); in IsFormulaMode()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 428 SfxStyleSheet* pSheet = dynamic_cast< SfxStyleSheet* >(mxUndoStyleSheet.get()); in Undo() local 430 if(pSheet && pObj->GetModel() && pObj->GetModel()->GetStyleSheetPool()) in Undo() 432 ensureStyleSheetInStyleSheetPool(*pObj->GetModel()->GetStyleSheetPool(), *pSheet); in Undo() 433 pObj->SetStyleSheet(pSheet, sal_True); in Undo() 512 SfxStyleSheet* pSheet = dynamic_cast< SfxStyleSheet* >(mxRedoStyleSheet.get()); in Redo() local 514 if(pSheet && pObj->GetModel() && pObj->GetModel()->GetStyleSheetPool()) in Redo() 516 ensureStyleSheetInStyleSheetPool(*pObj->GetModel()->GetStyleSheetPool(), *pSheet); in Redo() 517 pObj->SetStyleSheet(pSheet, sal_True); in Redo()
|
H A D | svdedxv.cxx | 1758 SfxStyleSheet* pSheet = 0; in GetStyleSheet() local 1762 if( mxSelectionController->GetStyleSheet( pSheet ) ) in GetStyleSheet() 1763 return pSheet; in GetStyleSheet() 1768 pSheet = pTextEditOutlinerView->GetStyleSheet(); in GetStyleSheet() 1772 pSheet = SdrGlueEditView::GetStyleSheet(); in GetStyleSheet() 1774 return pSheet; in GetStyleSheet()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaworksheets.cxx | 388 ScVbaWorksheet* pSheet = dynamic_cast< ScVbaWorksheet* >( xSheet.get() ); in Select() local 389 if ( pSheet ) in Select() 393 rMarkData.SelectOneTable( static_cast< SCTAB >( pSheet->getSheetID() ) ); in Select() 397 rMarkData.SelectTable( static_cast< SCTAB >( pSheet->getSheetID() ), sal_True ); in Select()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 815 SfxStyleSheet* pSheet = NULL; in SetDocColors() local 820 pSheet = pPage->GetStyleSheetForPresObj(PRESOBJ_OUTLINE); in SetDocColors() 821 if(pSheet == NULL) in SetDocColors() 822 pSheet = pPage->GetStyleSheetForPresObj(PRESOBJ_TEXT); in SetDocColors() 823 if(pSheet == NULL) in SetDocColors() 824 pSheet = pPage->GetStyleSheetForPresObj(PRESOBJ_TITLE); in SetDocColors() 827 if(pSheet == NULL) in SetDocColors() 828 pSheet = mpDoc->GetDefaultStyleSheet(); in SetDocColors() 830 if(pSheet) in SetDocColors() 832 SfxItemSet& rSet = pSheet->GetItemSet(); in SetDocColors()
|
/aoo41x/main/sd/inc/ |
H A D | stlpool.hxx | 89 static void PutNumBulletItem( SfxStyleSheetBase* pSheet, Font& rBulletFont ); 94 static SdStyleSheetVector CreateChildList( SdStyleSheet* pSheet );
|