/aoo41x/main/svx/source/gallery2/ |
H A D | galexpl.cxx | 74 if( pTheme ) in FillObjList() 104 if( pTheme ) in FillObjListTitle() 134 if( pTheme ) in InsertURL() 166 if( pTheme ) in GetObjCount() 198 if( pTheme ) in GetGraphicObj() 235 if( pTheme ) in InsertGraphicObj() 265 if( pTheme ) in GetSdrObjCount() 299 if( pTheme ) in GetSdrObj() 344 if( pTheme ) in InsertSdrObj() 373 if( pTheme ) in BeginLocking() [all …]
|
H A D | galbrws1.cxx | 253 rData.pTheme = (GalleryTheme*) pThm; in ImplFillExchangeData() 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() 313 if( bIdDialog && !pTheme->IsReadOnly() && !pTheme->IsImported() ) in ImplGetExecuteVector() 318 mpGallery->ReleaseTheme( pTheme, *this ); in ImplGetExecuteVector() 438 mpGallery->ReleaseTheme( pTheme, *this ); in ImplExecute() 480 mpGallery->ReleaseTheme( pTheme, *this ); in ImplExecute() 489 if( pTheme && !pTheme->IsReadOnly() && !pTheme->IsImported() ) in ImplExecute() [all …]
|
H A D | gallery1.cxx | 847 GalleryTheme* pTheme = NULL; in ImplGetCachedTheme() local 855 pTheme = pEntry->GetTheme(); in ImplGetCachedTheme() 857 if( !pTheme ) in ImplGetCachedTheme() 875 *pIStm >> *pTheme; in ImplGetCachedTheme() 878 delete pTheme, pTheme = NULL; in ImplGetCachedTheme() 886 if( pTheme ) in ImplGetCachedTheme() 891 return pTheme; in ImplGetCachedTheme() 921 return pTheme; in AcquireTheme() 928 if( pTheme ) in ReleaseTheme() 932 if( !pTheme->HasListeners() ) in ReleaseTheme() [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 | 371 pTheme = pTheme->mpParentTheme; in GetStyleName() 487 while (pTheme.get()!=NULL && pTheme->mpBackground.get()==NULL) in GetBitmap() 488 pTheme = pTheme->mpParentTheme; in GetBitmap() 489 if (pTheme.get() != NULL) in GetBitmap() 529 while (pTheme.get()!=NULL && pTheme->mpBackground.get()==NULL) in GetBitmap() 530 pTheme = pTheme->mpParentTheme; in GetBitmap() 531 if (pTheme.get() != NULL) in GetBitmap() 574 while (pTheme.get() != NULL) in GetFont() 580 pTheme = pTheme->mpParentTheme; in GetFont() 973 if (pTheme.get() != NULL) in ReadTheme() [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
|