Searched refs:aColorSet (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/svx/source/tbxctrls/ |
| H A D | colrctrl.cxx | 261 aColorSet ( this, ResId( 1, *rResId.GetResMgr() ) ), in SvxColorDockingWindow() 270 aColorSet.SetStyle( aColorSet.GetStyle() | WB_ITEMBORDER ); in SvxColorDockingWindow() 271 aColorSet.SetSelectHdl( LINK( this, SvxColorDockingWindow, SelectHdl ) ); in SvxColorDockingWindow() 301 …aItemSize = aColorSet.CalcItemSizePixel(Size(aColorSet.getEntryEdgeLength(), aColorSet.getEntryEdg… in SvxColorDockingWindow() 302 aItemSize.Width() = aItemSize.Width() + aColorSet.getEntryEdgeLength(); in SvxColorDockingWindow() 304 aItemSize.Height() = aItemSize.Height() + aColorSet.getEntryEdgeLength(); in SvxColorDockingWindow() 308 aColorSet.Show(); in SvxColorDockingWindow() 353 aColorSet.Clear(); in FillValueSet() 356 const Size aColorSize(aColorSet.getEntryEdgeLength(), aColorSet.getEntryEdgeLength()); in FillValueSet() 369 aColorSet.InsertItem( (sal_uInt16)1, Image(aBmp), SVX_RESSTR( RID_SVXSTR_INVISIBLE ) ); in FillValueSet() [all …]
|
| H A D | tbcontrl.cxx | 827 aColorSet( this, WinBits( WB_ITEMBORDER | WB_NAMEFIELD | WB_3DLOOK | WB_NO_DIRECTSELECT) ), in SvxColorWindow_Impl() 846 aColorSet.SetStyle( aColorSet.GetStyle() | WB_NONEFIELD ); in SvxColorWindow_Impl() 847 aColorSet.SetText( SVX_RESSTR( RID_SVXSTR_TRANSPARENT ) ); in SvxColorWindow_Impl() 848 aColorSet.SetAccessibleName( SVX_RESSTR( RID_SVXSTR_BACKGROUND ) ); in SvxColorWindow_Impl() 861 aColorSet.SetStyle( aColorSet.GetStyle() | WB_NONEFIELD ); in SvxColorWindow_Impl() 862 aColorSet.SetText( SVX_RESSTR( RID_SVXSTR_AUTOMATIC ) ); in SvxColorWindow_Impl() 863 aColorSet.SetAccessibleName( SVX_RESSTR( RID_SVXSTR_TEXTCOLOR ) ); in SvxColorWindow_Impl() 868 aColorSet.SetAccessibleName( SVX_RESSTR( RID_SVXSTR_FRAME_COLOR ) ); in SvxColorWindow_Impl() 874 const Size aNewSize(aColorSet.layoutAllVisible(nColorCount)); in SvxColorWindow_Impl() 875 aColorSet.SetOutputSizePixel(aNewSize); in SvxColorWindow_Impl() [all …]
|
| H A D | colorwindow.hxx | 44 SvxColorValueSet aColorSet; member in SvxColorWindow_Impl
|
| /trunk/main/svx/source/sdr/properties/ |
| H A D | textproperties.cxx | 486 … SfxItemSet aColorSet(*aSet.GetPool(), EE_CHAR_COLOR, EE_CHAR_COLOR ); in ForceStyleToHardAttributes() local 487 aColorSet.Put(aSet, sal_False); in ForceStyleToHardAttributes() 501 pEditEngine->QuickSetAttribs(aColorSet, aSel); in ForceStyleToHardAttributes() 512 pEditEngine->QuickSetAttribs( aColorSet, aSel ); in ForceStyleToHardAttributes()
|
| /trunk/main/svx/inc/svx/ |
| H A D | colrctrl.hxx | 82 SvxColorValueSet_docking aColorSet; member in SvxColorDockingWindow
|