Searched refs:pStyleSheetPool (Results 1 – 12 of 12) sorted by relevance
/trunk/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1142 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/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 1813 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/sd/source/ui/func/ |
H A D | fuhhconv.cxx | 183 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 D | fuprobjs.cxx | 148 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/sw/source/ui/misc/ |
H A D | docfnote.cxx | 235 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()
|
/trunk/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.cxx | 582 … 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/svx/source/sdr/properties/ |
H A D | attributeproperties.cxx | 283 SfxItemPool* pStyleSheetPool = &pStySheet->GetPool().GetPool(); in MoveToItemPool() local 285 if(pStyleSheetPool == pDestPool) in MoveToItemPool()
|
/trunk/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 298 , pStyleSheetPool(0) in SfxObjectShell() 344 pStyleSheetPool(0), in SfxObjectShell()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | objsh.hxx | 202 SfxStyleSheetBasePool* pStyleSheetPool; // StyleSheets member in SfxObjectShell 520 pStyleSheetPool = pBasePool; } in SetStyleSheetPool()
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 145 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/svx/inc/svx/ |
H A D | tbcontrl.hxx | 208 SfxStyleSheetBasePool* pStyleSheetPool; member in SvxStyleToolBoxControl
|
/trunk/main/sfx2/source/inc/ |
H A D | templdgi.hxx | 154 SfxStyleSheetBasePool* pStyleSheetPool; member in SfxCommonTemplateDialog_Impl
|
Completed in 89 milliseconds