/aoo4110/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 71 bRelease ( sal_True ), in SvxLineBox() 190 bRelease = sal_False; in PreNotify() 230 if(!bRelease) in ReleaseFocus_Impl() 232 bRelease = sal_True; in ReleaseFocus_Impl() 299 bRelease ( sal_True ), in SvxColorBox() 451 if(!bRelease) in ReleaseFocus_Impl() 453 bRelease = sal_True; in ReleaseFocus_Impl() 656 bRelease(sal_True) in SvxFillTypeBox() 709 bRelease = sal_True; in Notify() 744 bRelease( sal_True ) in SvxFillAttrBox() [all …]
|
H A D | tbcontrl.cxx | 162 sal_Bool bRelease; member in SvxStyleBox_Impl 191 sal_Bool bRelease; member in SvxFontNameBox_Impl 351 bRelease ( sal_True ), in SvxStyleBox_Impl() 372 if ( !bRelease ) in ReleaseFocus() 374 bRelease = sal_True; in ReleaseFocus() 491 bRelease = sal_False; in Notify() 633 bRelease ( sal_True ), in SvxFontNameBox_Impl() 699 bRelease = sal_False; in Notify() 740 if ( !bRelease ) in ReleaseFocus_Impl() 742 bRelease = sal_True; in ReleaseFocus_Impl()
|
/aoo4110/main/svx/inc/svx/ |
H A D | itemwin.hxx | 45 sal_Bool bRelease; member in SvxLineBox 80 sal_Bool bRelease; member in SvxColorBox 152 sal_Bool IsRelease() { return bRelease;} in IsRelease() 161 sal_Bool bRelease; member in SvxFillTypeBox 176 sal_Bool IsRelease() { return bRelease;} in IsRelease() 185 sal_Bool bRelease; member in SvxFillAttrBox
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 767 sal_Bool bRelease; member in SwZoomBox_Impl 793 bRelease(sal_True), in SwZoomBox_Impl() 860 bRelease = sal_False; in Notify() 887 if ( !bRelease ) in ReleaseFocus() 889 bRelease = sal_True; in ReleaseFocus()
|
/aoo4110/main/tools/inc/tools/ |
H A D | resid.hxx | 142 const ResId & SetAutoRelease(sal_Bool bRelease) const in SetAutoRelease() 144 if( bRelease ) in SetAutoRelease()
|
/aoo4110/main/dtrans/source/win32/dtobj/ |
H A D | XNotifyingDataObject.cxx | 121 …HODIMP CXNotifyingDataObject::SetData( LPFORMATETC lpFetc, LPSTGMEDIUM lpStgMedium, BOOL bRelease ) in SetData() argument 123 return m_aIDataObject->SetData( lpFetc, lpStgMedium, bRelease ); in SetData()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev.cxx | 731 void OutputDevice::ImplReleaseGraphics( sal_Bool bRelease ) in ImplReleaseGraphics() argument 739 if( bRelease ) in ImplReleaseGraphics() 777 if ( bRelease ) in ImplReleaseGraphics() 793 if ( bRelease ) in ImplReleaseGraphics() 814 if ( bRelease ) in ImplReleaseGraphics() 828 if ( bRelease ) in ImplReleaseGraphics()
|
/aoo4110/main/codemaker/source/cunomaker/ |
H A D | cunotype.hxx | 166 void dumpCUnoAttributeTypeNames(FileStream& o, sal_Bool bRelease=sal_False); 167 void dumpCUnoMethodTypeNames(FileStream& o, sal_Bool bRelease=sal_False);
|
H A D | cunotype.cxx | 2092 void InterfaceType::dumpCUnoAttributeTypeNames(FileStream&o, sal_Bool bRelease) in dumpCUnoAttributeTypeNames() argument 2102 if ( bRelease ) in dumpCUnoAttributeTypeNames() 2112 void InterfaceType::dumpCUnoMethodTypeNames(FileStream&o, sal_Bool bRelease) in dumpCUnoMethodTypeNames() argument 2118 if ( bRelease ) in dumpCUnoMethodTypeNames()
|
/aoo4110/main/sfx2/source/control/ |
H A D | request.cxx | 633 void SfxRequest::Done( sal_Bool bRelease ) in Done() argument 637 if( bRelease ) in Done()
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox2.cxx | 1627 void ToolBox::SetItemDown( sal_uInt16 nItemId, sal_Bool bDown, sal_Bool bRelease ) in SetItemDown() argument 1652 if ( bRelease ) in SetItemDown()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 481 …void SetItemDown( sal_uInt16 nItemId, sal_Bool bDown, sal_Bool bRelease = sal_True …
|
H A D | outdev.hxx | 387 SAL_DLLPRIVATE void ImplReleaseGraphics( sal_Bool bRelease = sal_True );
|