Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/dialog/
H A Dtempldlg.cxx882 pStyleSheetPool ( NULL ), in SfxCommonTemplateDialog_Impl()
929 pStyleSheetPool ( NULL ), in SfxCommonTemplateDialog_Impl()
1142 if ( pStyleSheetPool ) in ~SfxCommonTemplateDialog_Impl()
1143 EndListening(*pStyleSheetPool); in ~SfxCommonTemplateDialog_Impl()
1144 pStyleSheetPool = NULL; in ~SfxCommonTemplateDialog_Impl()
1211 SfxStyleSheetBase* pStyle = pStyleSheetPool->Find( rStr, eFam, SFXSTYLEBIT_ALL ); in SelectStyle()
1287 if ( pStyleSheetPool ) in EnableTreeDrag()
1289 SfxStyleSheetBase* pStyle = pStyleSheetPool->First(); in EnableTreeDrag()
1306 if(pStyleSheetPool && nActFamily != SFX_TEMPLDLG_FILTER_MAX) in FillTreeBox()
1309 pStyleSheetPool->SetSearchMask(pItem->GetFamily(), SFXSTYLEBIT_ALL); in FillTreeBox()
[all …]
/AOO41X/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1813 pStyleSheetPool ( NULL ), in SvxStyleToolBoxControl()
1878 pStyleSheetPool = NULL; in dispose()
1921 DBG_ASSERT( pStyleSheetPool, "StyleSheetPool not found!" ); in FillStyleBox()
1924 if ( pStyleSheetPool && pBox && nActFamily!=0xffff ) in FillStyleBox()
1927 sal_uInt16 nCount = pStyleSheetPool->Count(); in FillStyleBox()
1932 pStyleSheetPool->SetSearchMask( eFamily, SFXSTYLEBIT_USED ); in FillStyleBox()
1938 pStyle = pStyleSheetPool->First(); in FillStyleBox()
1950 pStyle = pStyleSheetPool->Next(); in FillStyleBox()
1965 pStyle = pStyleSheetPool->First(); in FillStyleBox()
1985 pStyle = pStyleSheetPool->Next(); in FillStyleBox()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx540 SfxStyleSheetBasePool* pStyleSheetPool = pWrtShell-> in PageCreated() local
542 pStyleSheetPool->SetSearchMask(SFX_STYLE_FAMILY_PARA); in PageCreated()
543 SfxStyleSheetBase *pFirstStyle = pStyleSheetPool->First(); in PageCreated()
548 pFirstStyle = pStyleSheetPool->Next(); in PageCreated()
/AOO41X/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx283 SfxItemPool* pStyleSheetPool = &pStySheet->GetPool().GetPool(); in MoveToItemPool() local
285 if(pStyleSheetPool == pDestPool) in MoveToItemPool()
/AOO41X/main/sfx2/source/doc/
H A Dobjxtor.cxx297 , pStyleSheetPool(0) in SfxObjectShell()
346 pStyleSheetPool(0), in SfxObjectShell()
/AOO41X/main/svx/inc/svx/
H A Dtbcontrl.hxx208 SfxStyleSheetBasePool* pStyleSheetPool; member in SvxStyleToolBoxControl
/AOO41X/main/sfx2/inc/sfx2/
H A Dobjsh.hxx202 SfxStyleSheetBasePool* pStyleSheetPool; // StyleSheets member in SfxObjectShell
520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
/AOO41X/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()
/AOO41X/main/sfx2/source/inc/
H A Dtempldgi.hxx154 SfxStyleSheetBasePool* pStyleSheetPool; member in SfxCommonTemplateDialog_Impl