Home
last modified time | relevance | path

Searched refs:pStyleSheetPool (Results 1 – 12 of 12) sorted by path

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx145 SdStyleSheetPool* pStyleSheetPool = pDocument->GetSdStyleSheetPool(); in SdPPTImport() local
147 sal_uInt32 nStyles = pStyleSheetPool ? pStyleSheetPool->GetStyles().size() : 0; in SdPPTImport()
150 … SfxStyleSheet* pSheet = static_cast<SfxStyleSheet*>( pStyleSheetPool->GetStyles()[nStyle].get() ); in SdPPTImport()
/trunk/main/sd/source/ui/func/
H A Dfuhhconv.cxx183 SfxStyleSheetBasePool* pStyleSheetPool = mpDoc->GetStyleSheetPool(); in ConvertStyles() local
184 if( !pStyleSheetPool ) in ConvertStyles()
187 SfxStyleSheetBase* pStyle = pStyleSheetPool->First(); in ConvertStyles()
210 pStyle = pStyleSheetPool->Next(); in ConvertStyles()
H A Dfuprobjs.cxx148 SfxStyleSheetBasePool* pStyleSheetPool = mpDocSh->GetStyleSheetPool(); in DoExecute() local
149 SfxStyleSheetBase* pStyleSheet = pStyleSheetPool->Find( aStyleName, SD_STYLE_FAMILY_MASTERPAGE ); in DoExecute()
157 …SdPresLayoutTemplateDlg( mpDocSh, NULL, SdResId( nDlgId ), rStyleSheet, ePO, pStyleSheetPool ) : 0; in DoExecute()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx202 SfxStyleSheetBasePool* pStyleSheetPool; // StyleSheets member in SfxObjectShell
520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1142 if ( pStyleSheetPool ) in ~SfxCommonTemplateDialog_Impl()
1144 pStyleSheetPool = NULL; in ~SfxCommonTemplateDialog_Impl()
1287 if ( pStyleSheetPool ) in EnableTreeDrag()
1398 if(pStyleSheetPool) in UpdateStyles_Impl()
1586 if ( pStyleSheetPool ) in Update_Impl()
1589 pStyleSheetPool = 0; in Update_Impl()
1727 if( pStyleSheetPool ) in Notify()
1757 pStyleSheetPool=0; in Notify()
1812 if ( pStyleSheetPool ) in FilterSelect()
3148 if ( pStyleSheetPool ) in UpdateFamily_Impl()
[all …]
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx298 , pStyleSheetPool(0) in SfxObjectShell()
344 pStyleSheetPool(0), in SfxObjectShell()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx154 SfxStyleSheetBasePool* pStyleSheetPool; member in SfxCommonTemplateDialog_Impl
/trunk/main/svx/inc/svx/
H A Dtbcontrl.hxx208 SfxStyleSheetBasePool* pStyleSheetPool; member in SvxStyleToolBoxControl
/trunk/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx283 SfxItemPool* pStyleSheetPool = &pStySheet->GetPool().GetPool(); in MoveToItemPool() local
285 if(pStyleSheetPool == pDestPool) in MoveToItemPool()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1813 pStyleSheetPool ( NULL ), in SvxStyleToolBoxControl()
1878 pStyleSheetPool = NULL; in dispose()
1938 pStyle = pStyleSheetPool->First(); in FillStyleBox()
1950 pStyle = pStyleSheetPool->Next(); in FillStyleBox()
1965 pStyle = pStyleSheetPool->First(); in FillStyleBox()
1985 pStyle = pStyleSheetPool->Next(); in FillStyleBox()
1993 pStyle = pStyleSheetPool->Next(); in FillStyleBox()
2075 pStyleSheetPool = pPool; in Update()
2086 pStyleSheetPool = pPool; in Update()
2101 else if ( pPool != pStyleSheetPool ) in Update()
[all …]
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx582 … SfxStyleSheetBasePool* pStyleSheetPool = pWrtShell->GetView().GetDocShell()->GetStyleSheetPool(); in PageCreated() local
583 pStyleSheetPool->SetSearchMask(SFX_STYLE_FAMILY_PARA); in PageCreated()
584 SfxStyleSheetBase *pFirstStyle = pStyleSheetPool->First(); in PageCreated()
589 pFirstStyle = pStyleSheetPool->Next(); in PageCreated()
/trunk/main/sw/source/ui/misc/
H A Ddocfnote.cxx235 SfxStyleSheetBasePool* pStyleSheetPool = pSh->GetView().GetDocShell()->GetStyleSheetPool(); in Reset() local
236 pStyleSheetPool->SetSearchMask(SFX_STYLE_FAMILY_PARA, SWSTYLEBIT_EXTRA); in Reset()
237 SfxStyleSheetBase *pStyle = pStyleSheetPool->First(); in Reset()
241 pStyle = pStyleSheetPool->Next(); in Reset()

Completed in 76 milliseconds