Home
last modified time | relevance | path

Searched refs:pTheme (Results 1 – 22 of 22) sorted by relevance

/trunk/main/svx/source/gallery2/
H A Dgalexpl.cxx74 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 Dgalbrws1.cxx253 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 Dgallery1.cxx847 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 Dgalctrl.cxx55 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 Dgalmisc.cxx461 GalleryTransferable::GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy … in DBG_NAME()
462 mpTheme( pTheme ), in DBG_NAME()
H A Dgalbrws2.cxx145 GalleryThemePopup( const GalleryTheme* pTheme,
160 const GalleryTheme* pTheme, in DBG_NAME()
164 : mpTheme( pTheme ) in DBG_NAME()
/trunk/main/sdext/source/presenter/
H A DPresenterTheme.cxx371 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 DPresenterSlideShowView.cxx900 ::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()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx158 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 Dtextfont.cxx81 if( const Theme* pTheme = rFilter.getCurrentTheme() ) in getFontData() local
82 if( const TextFont* pFont = pTheme->resolveFont( maTypeface ) ) in getFontData()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx137 ::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()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx300 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()
/trunk/main/svx/inc/svx/
H A Dgalctrl.hxx86 GalleryPreview( GalleryBrowser2* pParent, GalleryTheme* pTheme );
127 GalleryIconView( GalleryBrowser2* pParent, GalleryTheme* pTheme );
167 GalleryListView( GalleryBrowser2* pParent, GalleryTheme* pTheme );
H A Dgallery1.hxx145 void ImplDeleteCachedTheme( GalleryTheme* pTheme );
167 SVX_DLLPUBLIC void ReleaseTheme( GalleryTheme* pTheme, SfxListener& rListener );
H A Dgalmisc.hxx51 GalleryTheme* pTheme; member
200 GalleryTransferable( GalleryTheme* pTheme, sal_uIntPtr nObjectPos, bool bLazy );
/trunk/main/oox/source/ppt/
H A Dpptimport.cxx112 ::oox::drawingml::ThemePtr pTheme = mpActualSlidePersist->getTheme(); in getSchemeColor()
113 if( pTheme ) in getSchemeColor()
115 pTheme->getClrScheme().getColor( nToken, nColor ); in getSchemeColor()
H A Dslidefragmenthandler.cxx157 oox::drawingml::ThemePtr pTheme = mpSlidePersistPtr->getTheme(); in createFastChildContext() local
158 if (pTheme) in createFastChildContext()
161 *pTheme->getFillStyle( xAttribs->getOptionalValue( XML_idx ).toInt32() ) ) ); in createFastChildContext()
H A Dpptshape.cxx63 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()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx134 const Theme* pTheme,
152 const Theme* pTheme,
160 const Theme* pTheme,
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx877 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()
/trunk/main/oox/inc/oox/ppt/
H A Dpptshape.hxx49 const oox::drawingml::Theme* pTheme,
/trunk/main/cui/source/inc/
H A Dcuigaldlg.hxx186 GalleryTheme* pTheme; member in ActualizeProgress

Completed in 98 milliseconds