/aoo42x/main/svtools/source/config/ |
H A D | optionsdrawinglayer.cxx | 847 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 D | printoptions.cxx | 149 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 D | menuoptions.cxx | 171 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 …]
|
/aoo42x/main/unotools/source/config/ |
H A D | printwarningoptions.cxx | 99 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 D | fontoptions.cxx | 140 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 D | moduleoptions.cxx | 918 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 D | viewoptions.cxx | 959 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 D | startoptions.cxx | 143 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 D | localisationoptions.cxx | 140 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()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | optionsdrawinglayer.hxx | 127 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 D | printoptions.hxx | 69 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 );
|
/aoo42x/main/svl/qa/complex/ConfigItems/helper/ |
H A D | PrintOptTest.cxx | 104 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 D | PrintOptTest.hxx | 49 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 ) ;
|
/aoo42x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 843 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 D | LetterDocument.java | 62 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | cbutton.hxx | 47 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 );
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | printwarningoptions.hxx | 112 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 D | fontoptions.hxx | 121 void EnableReplacementTable ( sal_Bool bState ) ; 124 void EnableFontHistory ( sal_Bool bState ) ; 127 void EnableFontWYSIWYG ( sal_Bool bState ) ;
|
/aoo42x/main/sd/source/filter/xml/ |
H A D | sdtransform.cxx | 155 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/fax/ |
H A D | FaxDocument.java | 57 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()
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsHideSlideFunction.cxx | 130 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()
|
/aoo42x/main/framework/test/ |
H A D | test_documentproperties.bas | 62 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
|
/aoo42x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ |
H A D | StatusListener.java | 267 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()
|
/aoo42x/main/sc/source/ui/cctrl/ |
H A D | cbuttonw.cxx | 69 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | OfficeDocument.java | 328 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()
|