/aoo42x/main/svtools/source/inc/ |
H A D | svimpbox.hxx | 375 DBG_ASSERT( ( BMP_COLOR_HIGHCONTRAST == _eMode ) || ( BMP_COLOR_NORMAL == _eMode ), in implGetImageLocation() 395 implGetImageLocation( itNodeDontKnow, _eMode ) = rImg; in SetDontKnowNodeBmp() 400 implGetImageLocation( itNodeExpanded, _eMode ) = rImg; in SetExpandedNodeBmp() 406 implGetImageLocation( itNodeCollapsed, _eMode ) = rImg; in SetCollapsedNodeBmp() 412 return implGetImageLocationWithFallback( itNodeDontKnow, _eMode ); in GetDontKnowNodeBmp() 417 return implGetImageLocationWithFallback( itNodeExpanded, _eMode ); in GetExpandedNodeBmp() 422 return implGetImageLocationWithFallback( itNodeCollapsed, _eMode ); in GetCollapsedNodeBmp() 427 implGetImageLocation( itEntryDefExpanded, _eMode ) = _rImg; in SetDefaultEntryExpBmp() 432 implGetImageLocation( itEntryDefCollapsed, _eMode ) = _rImg; in SetDefaultEntryColBmp() 437 return implGetImageLocationWithFallback( itEntryDefExpanded, _eMode ); in GetDefaultEntryExpBmp() [all …]
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | svlbitm.hxx | 261 inline void SetBitmap1( const Image& _rImage, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 262 inline void SetBitmap2( const Image& _rImage, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 263 inline const Image& GetBitmap1( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 264 inline const Image& GetBitmap2( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 267 Image& implGetImageStore( sal_Bool _bFirst, BmpColorMode _eMode ); 270 inline void SvLBoxContextBmp::SetBitmap1( const Image& _rImage, BmpColorMode _eMode ) in SetBitmap1() argument 272 implGetImageStore( sal_True, _eMode ) = _rImage; in SetBitmap1() 275 inline void SvLBoxContextBmp::SetBitmap2( const Image& _rImage, BmpColorMode _eMode ) in SetBitmap2() argument 277 implGetImageStore( sal_False, _eMode ) = _rImage; in SetBitmap2() 280 inline const Image& SvLBoxContextBmp::GetBitmap1( BmpColorMode _eMode ) const in GetBitmap1() [all …]
|
H A D | svtreebx.hxx | 185 void SetDontKnowNodeBitmap( const Image& rDontKnowBmp, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 190 static const Image& GetDefaultExpandedNodeImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ); 195 static const Image& GetDefaultCollapsedNodeImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ); 218 const Image& GetDefaultExpandedEntryBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 219 const Image& GetDefaultCollapsedEntryBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 221 void SetDefaultExpandedEntryBmp( const Image& rBmp, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 236 …const Image& GetExpandedEntryBmp(SvLBoxEntry* _pEntry, BmpColorMode _eMode = BMP_COLOR_NORMAL ) co… 307 void SetCollapsedNodeBmp( const Image&, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 308 void SetExpandedNodeBmp( const Image&, BmpColorMode _eMode = BMP_COLOR_NORMAL ); 309 Image GetCollapsedNodeBmp( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; [all …]
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 458 return pItem->GetBitmap2( _eMode ); in GetExpandedEntryBmp() 467 return pItem->GetBitmap1( _eMode ); in GetCollapsedEntryBmp() 564 pItem->SetBitmap2( aBmp, _eMode ); in SetExpandedEntryBmp() 584 pItem->SetBitmap1( aBmp, _eMode ); in SetCollapsedEntryBmp() 755 return pImp->GetDefaultEntryExpBmp( _eMode ); in GetDefaultExpandedEntryBmp() 771 pImp->SetDefaultEntryExpBmp( aBmp, _eMode ); in SetDefaultExpandedEntryBmp() 782 pImp->SetDefaultEntryColBmp( aBmp, _eMode ); in SetDefaultCollapsedEntryBmp() 1259 pImp->SetCollapsedNodeBmp( rBmp, _eMode ); in SetCollapsedNodeBmp() 1266 pImp->SetExpandedNodeBmp( rBmp, _eMode ); in SetExpandedNodeBmp() 1367 return pImp->GetCollapsedNodeBmp( _eMode ); in GetCollapsedNodeBmp() [all …]
|
H A D | svlbitm.cxx | 556 …BoxContextBmp::SetModeImages( const Image& _rBitmap1, const Image& _rBitmap2, BmpColorMode _eMode ) in SetModeImages() argument 561 switch ( _eMode ) in SetModeImages() 581 Image& SvLBoxContextBmp::implGetImageStore( sal_Bool _bFirst, BmpColorMode _eMode ) in implGetImageStore() argument 585 switch ( _eMode ) in implGetImageStore()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | securitypage.cxx | 93 bool QueryRecordChangesProtectionState( RedliningMode _eMode, bool& _rValue ) in QueryRecordChangesProtectionState() argument 96 if (_eMode != RL_NONE) in QueryRecordChangesProtectionState() 98 sal_uInt16 nSlot = _eMode == RL_WRITER ? FN_REDLINE_PROTECT : SID_CHG_PROTECT; in QueryRecordChangesProtectionState() 105 bool QueryRecordChangesState( RedliningMode _eMode, bool& _rValue ) in QueryRecordChangesState() argument 108 if (_eMode != RL_NONE) in QueryRecordChangesState() 110 sal_uInt16 nSlot = _eMode == RL_WRITER ? FN_REDLINE_ON : FID_CHG_RECORD; in QueryRecordChangesState()
|
H A D | styfitem.cxx | 150 sal_Bool SfxStyleFamilies::updateImages( const ResId& _rId, const BmpColorMode _eMode ) in updateImages() argument 158 ResId aImageListId( (sal_uInt16)_eMode + 1, *_rId.GetResMgr() ); in updateImages()
|
/aoo42x/main/unotools/source/config/ |
H A D | confignode.cxx | 622 …rovider, const ::rtl::OUString& _rPath, sal_Int32 _nDepth, CREATION_MODE _eMode, sal_Bool _bLazyWr… in createWithProvider() argument 625 _rxConfProvider, _rPath, _eMode != CM_READONLY, _nDepth, _bLazyWrite ) ); in createWithProvider() 632 … _rxORB, const ::rtl::OUString& _rPath, sal_Int32 _nDepth, CREATION_MODE _eMode, sal_Bool _bLazyWr… in createWithServiceFactory() argument 634 …return createWithProvider( lcl_getConfigProvider( _rxORB ), _rPath, _nDepth, _eMode, _bLazyWrite ); in createWithServiceFactory() 639 const ::rtl::OUString& _rPath, sal_Int32 _nDepth , CREATION_MODE _eMode , sal_Bool _bLazyWrite ) in tryCreateWithServiceFactory() argument 648 return createWithProvider( xConfigFactory, _rPath, _nDepth, _eMode, _bLazyWrite ); in tryCreateWithServiceFactory()
|
/aoo42x/main/svx/source/inc/ |
H A D | filtnav.hxx | 84 virtual Image GetImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 128 virtual Image GetImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 140 virtual Image GetImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const; 162 virtual Image GetImage( BmpColorMode _eMode = BMP_COLOR_NORMAL ) const;
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | confignode.hxx | 313 CREATION_MODE _eMode = CM_UPDATABLE, 330 …const ::rtl::OUString& _rPath, sal_Int32 _nDepth = -1, CREATION_MODE _eMode = CM_UPDATABLE, sal_Bo… 339 …const ::rtl::OUString& _rPath, sal_Int32 _nDepth = -1, CREATION_MODE _eMode = CM_UPDATABLE, sal_Bo…
|
H A D | sharedunocomponent.hxx | 207 …com::sun::star::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode _eMode = TakeOwnership ); 257 …::reset( const ::com::sun::star::uno::Reference< INTERFACE >& _rxComponent, AssignmentMode _eMode ) in reset() argument 259 m_pComponent.reset( _eMode == TakeOwnership ? new COMPONENT( _rxComponent ) : NULL ); in reset()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.hxx | 393 void setOperationMode( MultiLineOperationMode _eMode ) { m_nOperationMode = _eMode; } in setOperationMode() argument 428 OMultilineEditControl( Window* pParent, MultiLineOperationMode _eMode, WinBits nWinStyle );
|
H A D | browserlistbox.cxx | 175 void setNotificationMode( NotifcationMode _eMode ); 253 void PropertyControlContext_Impl::setNotificationMode( NotifcationMode _eMode ) in setNotificationMode() argument 256 m_eMode = _eMode; in setNotificationMode()
|
H A D | standardcontrol.cxx | 1373 …OMultilineEditControl::OMultilineEditControl( Window* pParent, MultiLineOperationMode _eMode, WinB… in OMultilineEditControl() argument 1374 …:OMultilineEditControl_Base( _eMode == eMultiLineText ? PropertyControlType::MultiLineTextField : … in OMultilineEditControl() 1379 getTypedControlWindow()->setOperationMode( _eMode ); in OMultilineEditControl()
|
/aoo42x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 562 _pImp->_eMode = ( nStyle & WB_SAVEAS ) ? FILEDLG_MODE_SAVE : FILEDLG_MODE_OPEN; in Init_Impl() 597 bool bSaveMode = ( FILEDLG_MODE_SAVE == _pImp->_eMode ); in Init_Impl() 1040 if ( pThis->_pImp->_eMode == FILEDLG_MODE_OPEN && pThis->_pImp->_pEdFileName->IsTravelSelect() ) in IMPL_STATIC_LINK() 1162 ( pThis->_pImp->_eMode == FILEDLG_MODE_OPEN ) ) in IMPL_STATIC_LINK() 1182 && !( FILEDLG_MODE_SAVE == pThis->_pImp->_eMode // we're saving a file in IMPL_STATIC_LINK() 1186 && FILEDLG_MODE_OPEN != pThis->_pImp->_eMode // pb: #i83408# don't append extension on open in IMPL_STATIC_LINK() 1251 switch ( pThis->_pImp->_eMode ) in IMPL_STATIC_LINK() 2142 if( _aPath.Len() && (_pImp->_eMode == FILEDLG_MODE_SAVE) in PrepareExecute()
|
H A D | iodlgimp.hxx | 222 SvtFileDlgMode _eMode; member in SvtExpFileDlg_Impl
|
/aoo42x/main/svx/source/form/ |
H A D | filtnav.cxx | 162 Image FmFormItem::GetImage( BmpColorMode _eMode ) const in GetImage() 175 return ( BMP_COLOR_HIGHCONTRAST == _eMode ) ? aImage_HC : aImage; in GetImage() 197 Image FmFilterItems::GetImage( BmpColorMode _eMode ) const in GetImage() 210 return ( BMP_COLOR_HIGHCONTRAST == _eMode ) ? aImage_HC : aImage; in GetImage() 228 Image FmFilterItem::GetImage( BmpColorMode _eMode ) const in GetImage() 241 return ( BMP_COLOR_HIGHCONTRAST == _eMode ) ? aImage_HC : aImage; in GetImage()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 566 void OApplicationView::switchPreview(PreviewMode _eMode) in switchPreview() argument 569 getDetailView()->switchPreview(_eMode); in switchPreview()
|
H A D | AppControllerGen.cxx | 667 …const ElementOpenMode _eMode, const Reference< XComponent >& _xDocument, const Reference< XCompone… in onDocumentOpened() argument 675 …m_pSubComponentManager->onSubComponentOpened( _rName, _nType, _eMode, _xDocument.is() ? _xDocument… in onDocumentOpened()
|
H A D | AppDetailPageHelper.cxx | 1132 void OAppDetailPageHelper::switchPreview(PreviewMode _eMode,sal_Bool _bForce) in switchPreview() argument 1134 if ( m_ePreviewMode != _eMode || _bForce ) in switchPreview() 1136 m_ePreviewMode = _eMode; in switchPreview()
|
H A D | AppDetailView.cxx | 981 void OApplicationDetailView::switchPreview(PreviewMode _eMode) in switchPreview() argument 984 m_pControlHelper->switchPreview(_eMode); in switchPreview()
|
H A D | AppView.hxx | 298 void switchPreview(PreviewMode _eMode);
|
H A D | AppDetailPageHelper.hxx | 373 void switchPreview(PreviewMode _eMode,sal_Bool _bForce = sal_False);
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | styfitem.hxx | 113 sal_Bool updateImages( const ResId& _rId, const BmpColorMode _eMode );
|
/aoo42x/main/reportdesign/source/ui/inc/ |
H A D | ScrollHelper.hxx | 97 void SetMode( DlgEdMode _eMode );
|