Home
last modified time | relevance | path

Searched refs:bState (Results 1 – 25 of 81) sorted by relevance

1234

/trunk/main/svtools/source/config/
H A Doptionsdrawinglayer.cxx847 if(m_bOverlayBuffer != bState) in SetOverlayBuffer()
849 m_bOverlayBuffer = bState; in SetOverlayBuffer()
859 if(m_bPaintBuffer != bState) in SetPaintBuffer()
861 m_bPaintBuffer = bState; in SetPaintBuffer()
907 m_bOverlayBuffer_Calc = bState; in SetOverlayBuffer_Calc()
935 m_bPaintBuffer_Calc = bState; in SetPaintBuffer_Calc()
944 m_bPaintBuffer_Writer = bState; in SetPaintBuffer_Writer()
1076 if(m_bAntiAliasing != bState) in SetAntiAliasing()
1078 m_bAntiAliasing = bState; in SetAntiAliasing()
1094 if(m_bSolidDragCreate != bState) in SetSolidDragCreate()
[all …]
H A Dprintoptions.cxx149 void SetReduceTransparency( sal_Bool bState ) ;
151 void SetReduceGradients( sal_Bool bState ) ;
154 void SetReduceBitmaps( sal_Bool bState ) ;
158 void SetConvertToGreyscales( sal_Bool bState ) ;
425 impl_setValue(PROPERTYNAME_REDUCETRANSPARENCY, bState); in SetReduceTransparency()
435 impl_setValue(PROPERTYNAME_REDUCEGRADIENTS, bState); in SetReduceGradients()
450 impl_setValue(PROPERTYNAME_REDUCEBITMAPS, bState); in SetReduceBitmaps()
661 m_pDataContainer->SetReduceTransparency( bState ) ; in SetReduceTransparency()
677 m_pDataContainer->SetReduceGradients( bState ); in SetReduceGradients()
701 m_pDataContainer->SetReduceBitmaps( bState ); in SetReduceBitmaps()
[all …]
H A Dmenuoptions.cxx171 void SetEntryHidingState ( sal_Bool bState ) in SetEntryHidingState() argument
173 m_bDontHideDisabledEntries = bState; in SetEntryHidingState()
180 void SetFollowMouseState ( sal_Bool bState ) in SetFollowMouseState() argument
182 m_bFollowMouse = bState; in SetFollowMouseState()
189 void SetMenuIconsState ( sal_Int16 bState ) in SetMenuIconsState() argument
191 m_nMenuIcons = bState; in SetMenuIconsState()
502 void SvtMenuOptions::SetEntryHidingState( sal_Bool bState ) in SetEntryHidingState() argument
505 m_pDataContainer->SetEntryHidingState( bState ); in SetEntryHidingState()
514 m_pDataContainer->SetFollowMouseState( bState ); in SetFollowMouseState()
529 void SvtMenuOptions::SetMenuIconsState( sal_Int16 bState ) in SetMenuIconsState() argument
[all …]
/trunk/main/unotools/source/config/
H A Dprintwarningoptions.cxx99 void SetPaperSize( sal_Bool bState ) { m_bPaperSize = bState; SetModified(); } in SetPaperSize() argument
100 void SetPaperOrientation( sal_Bool bState ) { m_bPaperOrientation = bState; SetModified(); } in SetPaperOrientation() argument
101 void SetNotFound( sal_Bool bState ) { m_bNotFound = bState; SetModified(); } in SetNotFound() argument
102 void SetTransparency( sal_Bool bState ) { m_bTransparency = bState; SetModified(); } in SetTransparency() argument
103 … SetModifyDocumentOnPrintingAllowed( sal_Bool bState ) { m_bModifyDocumentOnPrintingAllowed = b… in SetModifyDocumentOnPrintingAllowed() argument
346 void SvtPrintWarningOptions::SetPaperSize( sal_Bool bState ) in SetPaperSize() argument
349 m_pDataContainer->SetPaperSize( bState ); in SetPaperSize()
358 m_pDataContainer->SetPaperOrientation( bState ); in SetPaperOrientation()
364 void SvtPrintWarningOptions::SetNotFound( sal_Bool bState ) in SetNotFound() argument
367 m_pDataContainer->SetNotFound( bState ); in SetNotFound()
[all …]
H A Dfontoptions.cxx140 void EnableReplacementTable ( sal_Bool bState ) ;
143 void EnableFontHistory ( sal_Bool bState ) ;
146 void EnableFontWYSIWYG ( sal_Bool bState ) ;
329 m_bReplacementTable = bState; in EnableReplacementTable()
346 m_bFontHistory = bState; in EnableFontHistory()
363 m_bFontWYSIWYG = bState; in EnableFontWYSIWYG()
445 m_pDataContainer->EnableReplacementTable( bState ); in EnableReplacementTable()
460 void SvtFontOptions::EnableFontHistory( sal_Bool bState ) in EnableFontHistory() argument
463 m_pDataContainer->EnableFontHistory( bState ); in EnableFontHistory()
478 void SvtFontOptions::EnableFontWYSIWYG( sal_Bool bState ) in EnableFontWYSIWYG() argument
[all …]
H A Dmoduleoptions.cxx918 sal_Bool bState; in ClassifyFactoryByName() local
923 if( bState == sal_False ) in ClassifyFactoryByName()
929 if( bState == sal_False ) in ClassifyFactoryByName()
935 if( bState == sal_False ) in ClassifyFactoryByName()
941 if( bState == sal_False ) in ClassifyFactoryByName()
947 if( bState == sal_False ) in ClassifyFactoryByName()
953 if( bState == sal_False ) in ClassifyFactoryByName()
959 if( bState == sal_False ) in ClassifyFactoryByName()
965 if( bState == sal_False ) in ClassifyFactoryByName()
971 if( bState == sal_False ) in ClassifyFactoryByName()
[all …]
H A Dviewoptions.cxx959 sal_Bool bState = sal_False; in Delete() local
963 bState = m_pDataContainer_Dialogs->Delete( m_sViewName ); in Delete()
967 bState = m_pDataContainer_TabDialogs->Delete( m_sViewName ); in Delete()
971 bState = m_pDataContainer_TabPages->Delete( m_sViewName ); in Delete()
975 bState = m_pDataContainer_Windows->Delete( m_sViewName ); in Delete()
979 return bState; in Delete()
1088 sal_Bool bState = sal_False; in IsVisible() local
1090 bState = m_pDataContainer_Windows->GetVisible( m_sViewName ); in IsVisible()
1092 return bState; in IsVisible()
1098 void SvtViewOptions::SetVisible( sal_Bool bState ) in SetVisible() argument
[all …]
H A Dstartoptions.cxx143 void EnableIntro ( sal_Bool bState ) ;
310 void SvtStartOptions_Impl::EnableIntro( sal_Bool bState ) in EnableIntro() argument
312 m_bShowIntro = bState; in EnableIntro()
407 void SvtStartOptions::EnableIntro( sal_Bool bState ) in EnableIntro() argument
410 m_pDataContainer->EnableIntro( bState ); in EnableIntro()
H A Dlocalisationoptions.cxx140 void SetAutoMnemonic ( sal_Bool bState ) ;
310 void SvtLocalisationOptions_Impl::SetAutoMnemonic( sal_Bool bState ) in SetAutoMnemonic() argument
312 m_bAutoMnemonic = bState; in SetAutoMnemonic()
407 void SvtLocalisationOptions::SetAutoMnemonic( sal_Bool bState ) in SetAutoMnemonic() argument
410 m_pDataContainer->SetAutoMnemonic( bState ); in SetAutoMnemonic()
/trunk/main/svtools/inc/svtools/
H A Doptionsdrawinglayer.hxx127 void SetOverlayBuffer( sal_Bool bState );
128 void SetPaintBuffer( sal_Bool bState );
137 void SetOverlayBuffer_Calc( sal_Bool bState );
138 void SetOverlayBuffer_Writer( sal_Bool bState );
139 void SetOverlayBuffer_DrawImpress( sal_Bool bState );
145 void SetPaintBuffer_Calc( sal_Bool bState );
146 void SetPaintBuffer_Writer( sal_Bool bState );
147 void SetPaintBuffer_DrawImpress( sal_Bool bState );
178 void SetAntiAliasing( sal_Bool bState );
180 void SetSolidDragCreate( sal_Bool bState );
[all …]
H A Dprintoptions.hxx69 void SetReduceTransparency( sal_Bool bState );
71 void SetReduceGradients( sal_Bool bState );
74 void SetReduceBitmaps( sal_Bool bState );
75 void SetReducedBitmapMode( sal_Int16 bState );
77 void SetReducedBitmapIncludesTransparency( sal_Bool bState );
78 void SetConvertToGreyscales( sal_Bool bState );
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx104 void PrintOptTest::impl_SetReduceTransparency(sal_Bool bState ) in impl_SetReduceTransparency() argument
113 if (bUpdate != bState) in impl_SetReduceTransparency()
136 void PrintOptTest::impl_SetReduceGradients(sal_Bool bState ) in impl_SetReduceGradients() argument
145 if (bUpdate != bState) in impl_SetReduceGradients()
231 void PrintOptTest::impl_SetReduceBitmaps(sal_Bool bState ) in impl_SetReduceBitmaps() argument
240 if (bUpdate != bState) in impl_SetReduceBitmaps()
242 xSet->setPropertyValue( PROPERTYNAME_REDUCEBITMAPS, css::uno::makeAny(bState)); in impl_SetReduceBitmaps()
327 void PrintOptTest::impl_SetReducedBitmapIncludesTransparency(sal_Bool bState ) in impl_SetReducedBitmapIncludesTransparency() argument
336 if (bUpdate != bState) in impl_SetReducedBitmapIncludesTransparency()
359 void PrintOptTest::impl_SetConvertToGreyscales(sal_Bool bState ) in impl_SetConvertToGreyscales() argument
[all …]
H A DPrintOptTest.hxx49 void impl_SetReduceTransparency( sal_Bool bState ) ;
55 void impl_SetReduceGradients( sal_Bool bState ) ;
64 void impl_SetReduceBitmaps( sal_Bool bState ) ;
73 void impl_SetReducedBitmapIncludesTransparency( sal_Bool bState ) ;
76 void impl_SetConvertToGreyscales( sal_Bool bState ) ;
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java843 private void setPossibleFooter(boolean bState) in setPossibleFooter() argument
845 setControlProperty("chkUseFooter", PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bState)); in setPossibleFooter()
849 private void setPossibleAddressReceiver(boolean bState) in setPossibleAddressReceiver() argument
858 private void setPossibleLogo(boolean bState) in setPossibleLogo() argument
862 … setControlProperty("chkUseLogo", PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bState)); in setPossibleLogo()
1004 private void setPossibleSenderData(boolean bState) in setPossibleSenderData() argument
1006 … setControlProperty("optSenderDefine", PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bState)); in setPossibleSenderData()
1008 … setControlProperty("lblSenderAddress", PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bState)); in setPossibleSenderData()
1009 if (!bState) in setPossibleSenderData()
1011 … setControlProperty("txtSenderCity", PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bState)); in setPossibleSenderData()
[all …]
H A DLetterDocument.java62 public void switchElement(String sElement, boolean bState) in switchElement() argument
68 Helper.setUnoPropertyValue(oSection, "IsVisible", Boolean.valueOf(bState)); in switchElement()
83 public void switchFooter(String sPageStyle, boolean bState, boolean bPageNumber, String sText) in switchFooter() argument
100 if (bState) in switchFooter()
146 public void switchUserField(String sFieldName, String sNewContent, boolean bState) in switchUserField() argument
149 if (bState) in switchUserField()
/trunk/main/sc/source/ui/inc/
H A Dcbutton.hxx47 sal_Bool bState,
51 sal_Bool bState, in Draw() argument
53 { Draw( rAt, aBtnSize, bState, bBtnIn ); } in Draw()
55 void Draw( sal_Bool bState, in Draw() argument
57 { Draw( aBtnPos, aBtnSize, bState, bBtnIn ); } in Draw()
69 sal_Bool bState );
/trunk/main/unotools/inc/unotools/
H A Dprintwarningoptions.hxx112 void SetPaperSize( sal_Bool bState );
113 void SetPaperOrientation( sal_Bool bState );
114 void SetNotFound( sal_Bool bState );
115 void SetTransparency( sal_Bool bState );
116 void SetModifyDocumentOnPrintingAllowed( sal_Bool bState );
H A Dfontoptions.hxx121 void EnableReplacementTable ( sal_Bool bState ) ;
124 void EnableFontHistory ( sal_Bool bState ) ;
127 void EnableFontWYSIWYG ( sal_Bool bState ) ;
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx155 bool bState = false; in transformStyle() local
156 …te( rSheet.GetItemSet(), rSheet.GetPool().Find( rSheet.GetParent(), rSheet.GetFamily() ), bState ); in transformStyle()
158 transformItemSet( rSet, bState ); in transformStyle()
225 bool bState = false; in transformTextShape() local
227 …pth != -1) && (!getBulletState( aParaSet, mrOutliner.GetStyleSheet( nPara ), bState ) || !bState) ) in transformTextShape()
262 bItemChange |= transformItemSet( aParaSet, bState ); in transformTextShape()
/trunk/main/wizards/com/sun/star/wizards/fax/
H A DFaxDocument.java57 public void switchElement(String sElement, boolean bState) in switchElement() argument
63 Helper.setUnoPropertyValue(oSection, "IsVisible", Boolean.valueOf(bState)); in switchElement()
78 public void switchFooter(String sPageStyle, boolean bState, boolean bPageNumber, String sText) in switchFooter() argument
95 if (bState) in switchFooter()
141 public void switchUserField(String sFieldName, String sNewContent, boolean bState) in switchUserField() argument
144 if (bState) in switchUserField()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsHideSlideFunction.cxx130 sal_Bool bState; in GetExclusionState() local
135 bState = rPageSet.GetNextElement()->GetPage()->IsExcluded(); in GetExclusionState()
140 eState = bState ? EXCLUDED : INCLUDED; in GetExclusionState()
146 if ( ! bState) in GetExclusionState()
153 if (bState) in GetExclusionState()
/trunk/main/framework/test/
H A Dtest_documentproperties.bas62 bState = Test_NormalUse ( aDocumentProperties )
64 if ( bState = cError ) then
68 bState = Test_ErrorUse ( aDocumentProperties )
70 if ( bState = cError ) then
98 bState = Test_NormalUse_XPropertySet ( aDocumentProperties )
99 if ( bState = cError ) then
103 bState = Test_NormalUse_XNameContainer ( aDocumentProperties )
104 if ( bState = cError ) then
108 bState = Test_NormalUse_XPersist ( aDocumentProperties )
109 if ( bState = cError ) then
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java267 boolean bState = ((Boolean)(aEvent.State)).booleanValue(); in statusChanged()
268 aBox.setSelected(bState); in statusChanged()
269 if (bState) in statusChanged()
292 boolean bState = ((Boolean)aEvent.State).booleanValue(); in statusChanged()
293 if (bState) in statusChanged()
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx69 sal_Bool bState, in Draw() argument
110 ImpDrawArrow( aInnerRect, bState ); in Draw()
128 sal_Bool bState ) in ImpDrawArrow() argument
147 Color aColor( bState ? COL_LIGHTBLUE : rSett.GetButtonTextColor().GetColor() ); in ImpDrawArrow()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DOfficeDocument.java328 boolean bState = false; in close()
340 bState = true; in close()
345 bState = false; in close()
352 bState = true; in close()
355 return bState; in close()

Completed in 148 milliseconds

1234