| /AOO41X/main/svx/source/gallery2/ |
| H A D | galexpl.cxx | 72 GalleryTheme* pTheme = pGal->AcquireTheme( rThemeName, aListener ); in FillObjList() local 74 if( pTheme ) in FillObjList() 76 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in FillObjList() 77 …rObjList.Insert( new String( pTheme->GetObjectURL( i ).GetMainURL( INetURLObject::NO_DECODE ) ), L… in FillObjList() 79 pGal->ReleaseTheme( pTheme, aListener ); in FillObjList() 102 GalleryTheme* pTheme = pGal->AcquireTheme( pGal->GetThemeName( nThemeId ), aListener ); in FillObjListTitle() local 104 if( pTheme ) in FillObjListTitle() 106 for( sal_uIntPtr i = 0, nCount = pTheme->GetObjectCount(); i < nCount; i++ ) in FillObjListTitle() 108 SgaObject* pObj = pTheme->AcquireObject( i ); in FillObjListTitle() 113 pTheme->ReleaseObject( pObj ); in FillObjListTitle() [all …]
|
| H A D | galbrws1.cxx | 253 rData.pTheme = (GalleryTheme*) pThm; in ImplFillExchangeData() 282 GalleryTheme* pTheme = mpGallery->AcquireTheme( GetSelectedTheme(), *this ); in ImplGetExecuteVector() local 284 if( pTheme ) in ImplGetExecuteVector() 289 if( pTheme->IsReadOnly() ) in ImplGetExecuteVector() 291 else if( pTheme->IsImported() ) in ImplGetExecuteVector() 296 else if( pTheme->IsDefault() ) in ImplGetExecuteVector() 304 if( bUpdateAllowed && pTheme->GetObjectCount() ) in ImplGetExecuteVector() 313 if( bIdDialog && !pTheme->IsReadOnly() && !pTheme->IsImported() ) in ImplGetExecuteVector() 318 mpGallery->ReleaseTheme( pTheme, *this ); in ImplGetExecuteVector() 328 GalleryTheme* pTheme = mpGallery->AcquireTheme( rThemeName, *this ); in ImplGalleryThemeProperties() local [all …]
|
| H A D | gallery1.cxx | 190 … GalleryThemeCacheEntry( const GalleryThemeEntry* pThemeEntry, GalleryTheme* pTheme ) : in GalleryThemeCacheEntry() argument 191 … mpThemeEntry( pThemeEntry ), mpTheme( pTheme ) {DBG_CTOR(GalleryThemeCacheEntry,NULL);} in GalleryThemeCacheEntry() 847 GalleryTheme* pTheme = NULL; in ImplGetCachedTheme() local 853 …for( pEntry = (GalleryThemeCacheEntry*) aThemeCache.First(); pEntry && !pTheme; pEntry = (GalleryT… in ImplGetCachedTheme() 855 pTheme = pEntry->GetTheme(); in ImplGetCachedTheme() 857 if( !pTheme ) in ImplGetCachedTheme() 874 pTheme = new GalleryTheme( this, (GalleryThemeEntry*) pThemeEntry ); in ImplGetCachedTheme() 875 *pIStm >> *pTheme; in ImplGetCachedTheme() 878 delete pTheme, pTheme = NULL; in ImplGetCachedTheme() 880 pTheme->SetImportName( pThemeEntry->GetThemeName() ); in ImplGetCachedTheme() [all …]
|
| H A D | galctrl.cxx | 55 GalleryPreview::GalleryPreview( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME() 59 mpTheme( pTheme ) in DBG_NAME() 329 GalleryIconView::GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME() 333 mpTheme ( pTheme ) in DBG_NAME() 598 GalleryListView::GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme ) : in DBG_NAME() 600 mpTheme( pTheme ), in DBG_NAME()
|
| H A D | galmisc.cxx | 461 GalleryTransferable::GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy … in DBG_NAME() 462 mpTheme( pTheme ), in DBG_NAME()
|
| H A D | galbrws2.cxx | 145 GalleryThemePopup( const GalleryTheme* pTheme, 160 const GalleryTheme* pTheme, in DBG_NAME() 164 : mpTheme( pTheme ) in DBG_NAME()
|
| /AOO41X/main/sdext/source/presenter/ |
| H A D | PresenterTheme.cxx | 367 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetStyleName() 368 while (sStyleName.getLength()==0 && pTheme.get()!=NULL) in GetStyleName() 370 sStyleName = pTheme->maStyleAssociations.GetStyleName(rsResourceURL); in GetStyleName() 371 pTheme = pTheme->mpParentTheme; in GetStyleName() 486 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetBitmap() 487 while (pTheme.get()!=NULL && pTheme->mpBackground.get()==NULL) in GetBitmap() 488 pTheme = pTheme->mpParentTheme; in GetBitmap() 489 if (pTheme.get() != NULL) in GetBitmap() 490 return pTheme->mpBackground; in GetBitmap() 528 ::boost::shared_ptr<Theme> pTheme (mpTheme); in GetBitmap() [all …]
|
| H A D | PresenterSlideShowView.cxx | 900 ::boost::shared_ptr<PresenterTheme> pTheme (mpPresenterController->GetTheme()); in PaintEndSlide() 901 if (pTheme.get() == NULL) in PaintEndSlide() 904 const OUString sViewStyle (pTheme->GetStyleName(mxViewId->getResourceURL())); in PaintEndSlide() 905 PresenterTheme::SharedFontDescriptor pFont (pTheme->GetFont(sViewStyle)); in PaintEndSlide()
|
| /AOO41X/main/oox/source/drawingml/ |
| H A D | shape.cxx | 158 const Theme* pTheme, in addShape() argument 168 …Reference< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRe… in addShape() 178 …addChildren( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPos… in addShape() 209 const Theme* pTheme, in addChildren() argument 260 (*aIter++)->addShape( rFilterBase, pTheme, rxShapes, pShapeRect, pShapeMap ); in addChildren() 267 const Theme* pTheme, in createAndInsert() argument 420 if( pTheme ) in createAndInsert() 424 … if( const LineProperties* pLineProps = pTheme->getLineStyle( pLineRef->mnThemedIdx ) ) in createAndInsert() 430 … if( const FillProperties* pFillProps = pTheme->getFillStyle( pFillRef->mnThemedIdx ) ) in createAndInsert() 503 if( pTheme ) in createAndInsert() [all …]
|
| H A D | textfont.cxx | 81 if( const Theme* pTheme = rFilter.getCurrentTheme() ) in getFontData() local 82 if( const TextFont* pFont = pTheme->resolveFont( maTypeface ) ) in getFontData()
|
| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsInsertionIndicatorOverlay.cxx | 137 ::boost::shared_ptr<view::Theme> pTheme (mrSlideSorter.GetTheme()); in Create() 167 aContent.SetLineColor(pTheme->GetColor(Theme::Color_PreviewBorder)); in Create() 294 ::boost::shared_ptr<view::Theme> pTheme (mrSlideSorter.GetTheme()); in PaintPageCount() 317 rDevice.SetFillColor(pTheme->GetColor(Theme::Color_Selection)); in PaintPageCount() 318 rDevice.SetLineColor(pTheme->GetColor(Theme::Color_Selection)); in PaintPageCount() 322 rDevice.SetLineColor(pTheme->GetColor(Theme::Color_PageCountFontColor)); in PaintPageCount() 325 rDevice.SetTextColor(pTheme->GetColor(Theme::Color_PageCountFontColor)); in PaintPageCount()
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | cuigaldlg.cxx | 300 GalleryTheme* pThm = mpBrowser->GetXChgData()->pTheme; in run() 461 pTheme ( pThm ) in ActualizeProgress() 491 pTheme->AbortActualize(); in IMPL_LINK() 507 pTheme->Actualize( LINK( this, ActualizeProgress, ActualizeHdl ), &aStatusProgress ); in IMPL_LINK() 621 if( pData->pTheme->IsReadOnly() ) in GalleryThemeProperties() 626 aText += pData->pTheme->GetName(); in GalleryThemeProperties() 628 if( pData->pTheme->IsReadOnly() ) in GalleryThemeProperties() 677 GalleryTheme* pThm = pData->pTheme; in SetXChgData() 1158 pData->pTheme->InsertURL( INetURLObject( aDlg.GetPath() ) ); in IMPL_LINK()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | galctrl.hxx | 86 GalleryPreview( GalleryBrowser2* pParent, GalleryTheme* pTheme ); 127 GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme ); 167 GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme );
|
| H A D | gallery1.hxx | 145 void ImplDeleteCachedTheme( GalleryTheme* pTheme ); 167 SVX_DLLPUBLIC void ReleaseTheme( GalleryTheme* pTheme, SfxListener& rListener );
|
| H A D | galmisc.hxx | 51 GalleryTheme* pTheme; member 200 … GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy );
|
| /AOO41X/main/oox/source/ppt/ |
| H A D | pptimport.cxx | 112 ::oox::drawingml::ThemePtr pTheme = mpActualSlidePersist->getTheme(); in getSchemeColor() 113 if( pTheme ) in getSchemeColor() 115 pTheme->getClrScheme().getColor( nToken, nColor ); in getSchemeColor()
|
| H A D | slidefragmenthandler.cxx | 144 oox::drawingml::ThemePtr pTheme = mpSlidePersistPtr->getTheme(); in createFastChildContext() local 145 if (pTheme) in createFastChildContext() 148 *pTheme->getFillStyle( xAttribs->getOptionalValue( XML_idx ).toInt32() ) ) ); in createFastChildContext()
|
| H A D | pptshape.cxx | 63 const oox::drawingml::Theme* pTheme, in addShape() argument 187 …Reference< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRe… in addShape() 214 …addChildren( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPos… in addShape()
|
| /AOO41X/main/oox/inc/oox/drawingml/ |
| H A D | shape.hxx | 134 const Theme* pTheme, 152 const Theme* pTheme, 160 const Theme* pTheme,
|
| /AOO41X/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 877 if( const Theme* pTheme = mrData.mrFilter.getCurrentTheme() ) in LineFormatter() local 878 … if( const LineProperties* pLineProps = pTheme->getLineStyle( pAutoFormatEntry->mnThemedIdx ) ) in LineFormatter() 905 if( const Theme* pTheme = mrData.mrFilter.getCurrentTheme() ) in FillFormatter() local 906 … if( const FillProperties* pFillProps = pTheme->getFillStyle( pAutoFormatEntry->mnThemedIdx ) ) in FillFormatter() 952 if( const Theme* pTheme = mrData.mrFilter.getCurrentTheme() ) in TextFormatter() local 953 …if( const TextCharacterProperties* pTextProps = pTheme->getFontStyle( pAutoTextEntry->mnThemedFont… in TextFormatter()
|
| /AOO41X/main/oox/inc/oox/ppt/ |
| H A D | pptshape.hxx | 49 const oox::drawingml::Theme* pTheme,
|
| /AOO41X/main/cui/source/inc/ |
| H A D | cuigaldlg.hxx | 186 GalleryTheme* pTheme; member in ActualizeProgress
|