| /AOO41X/main/sd/source/ui/func/ |
| H A D | fusldlg.cxx | 146 sal_Bool bValue; in DoExecute() local 158 bValue = ITEMVALUE( aDlgSet, ATTR_PRESENT_ALL, SfxBoolItem ); in DoExecute() 159 if ( bValue != rPresentationSettings.mbAll ) in DoExecute() 162 rPresentationSettings.mbAll = bValue; in DoExecute() 165 bValue = ITEMVALUE( aDlgSet, ATTR_PRESENT_CUSTOMSHOW, SfxBoolItem ); in DoExecute() 166 if ( bValue != rPresentationSettings.mbCustomShow ) in DoExecute() 169 rPresentationSettings.mbCustomShow = bValue; in DoExecute() 172 bValue = ITEMVALUE( aDlgSet, ATTR_PRESENT_ENDLESS, SfxBoolItem ); in DoExecute() 173 if ( bValue != rPresentationSettings.mbEndless ) in DoExecute() 176 rPresentationSettings.mbEndless = bValue; in DoExecute() [all …]
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | UnoDocumentSettings.cxx | 247 sal_Bool bOk, bChanged = sal_False, bValue = sal_False, bOptionsChanged = false; in _setPropertyValues() local 419 if( *pValues >>= bValue ) in _setPropertyValues() 421 if( aPrintOpts.IsDraw() != bValue ) in _setPropertyValues() 423 aPrintOpts.SetDraw( bValue ); in _setPropertyValues() 431 if( *pValues >>= bValue ) in _setPropertyValues() 433 if( aPrintOpts.IsNotes() != bValue ) in _setPropertyValues() 435 aPrintOpts.SetNotes( bValue ); in _setPropertyValues() 443 if( *pValues >>= bValue ) in _setPropertyValues() 445 if( aPrintOpts.IsHandout() != bValue) in _setPropertyValues() 447 aPrintOpts.SetHandout( bValue ); in _setPropertyValues() [all …]
|
| H A D | unolayer.cxx | 212 sal_Bool bValue = sal_False; in setPropertyValue() local 213 if(!sd::any2bool( aValue, bValue )) in setPropertyValue() 215 set( LOCKED, bValue ); in setPropertyValue() 220 sal_Bool bValue = sal_False; in setPropertyValue() local 221 if(!sd::any2bool( aValue, bValue )) in setPropertyValue() 223 set( PRINTABLE, bValue ); in setPropertyValue() 228 sal_Bool bValue = sal_False; in setPropertyValue() local 229 if(!sd::any2bool( aValue, bValue )) in setPropertyValue() 231 set( VISIBLE, bValue ); in setPropertyValue()
|
| /AOO41X/main/xmloff/source/chart/ |
| H A D | PropertyMaps.cxx | 372 sal_Bool bValue = sal_False; in handleSpecialItem() local 379 … bValue = (( nValue & chart::ChartAxisMarks::INNER ) == chart::ChartAxisMarks::INNER ); in handleSpecialItem() 380 SvXMLUnitConverter::convertBool( sValueBuffer, bValue ); in handleSpecialItem() 385 … bValue = (( nValue & chart::ChartAxisMarks::OUTER ) == chart::ChartAxisMarks::OUTER ); in handleSpecialItem() 386 SvXMLUnitConverter::convertBool( sValueBuffer, bValue ); in handleSpecialItem() 420 … bValue = (( nValue & chart::ChartDataCaption::TEXT ) == chart::ChartDataCaption::TEXT ); in handleSpecialItem() 421 SvXMLUnitConverter::convertBool( sValueBuffer, bValue ); in handleSpecialItem() 425 … bValue = (( nValue & chart::ChartDataCaption::SYMBOL ) == chart::ChartDataCaption::SYMBOL ); in handleSpecialItem() 426 SvXMLUnitConverter::convertBool( sValueBuffer, bValue ); in handleSpecialItem() 509 sal_Bool bValue = sal_False; in handleSpecialItem() local [all …]
|
| H A D | XMLErrorIndicatorPropertyHdl.cxx | 39 sal_Bool bValue; in importXML() local 40 SvXMLUnitConverter::convertBool( bValue, rStrImpValue ); in importXML() 47 if( bValue ) // enable flag in importXML() 88 sal_Bool bValue = ( eType == chart::ChartErrorIndicatorType_TOP_AND_BOTTOM || in exportXML() local 93 if( bValue ) in exportXML() 95 SvXMLUnitConverter::convertBool( aBuffer, bValue ); in exportXML() 100 return bValue; in exportXML()
|
| /AOO41X/main/vbahelper/source/vbahelper/ |
| H A D | vbafontbase.cxx | 62 sal_Bool bValue = sal_False; in setSuperscript() local 63 aValue >>= bValue; in setSuperscript() 67 if( bValue ) in setSuperscript() 93 sal_Bool bValue = sal_False; in setSubscript() local 94 aValue >>= bValue; in setSubscript() 98 if( bValue ) in setSubscript() 178 sal_Bool bValue = sal_False; in setBold() local 179 aValue >>= bValue; in setBold() 181 if( bValue ) in setBold() 198 sal_Bool bValue = sal_False; in setStrikethrough() local [all …]
|
| /AOO41X/main/svx/source/engine3d/ |
| H A D | float3d.cxx | 792 …sal_Bool bValue = ((const Svx3DDoubleSidedItem&)rAttrs.Get(SDRATTR_3DOBJ_DOUBLE_SIDED)).GetValue(); in Update() local 793 if( bValue != aBtnDoubleSided.IsChecked() ) in Update() 795 aBtnDoubleSided.Check( bValue ); in Update() 799 aBtnDoubleSided.Check( bValue ); in Update() 916 …sal_Bool bValue = ((const Svx3DNormalsInvertItem&)rAttrs.Get(SDRATTR_3DOBJ_NORMALS_INVERT)).GetVal… in Update() local 917 if( bValue != aBtnNormalsInvert.IsChecked() ) in Update() 919 aBtnNormalsInvert.Check( bValue ); in Update() 923 aBtnNormalsInvert.Check( bValue ); in Update() 938 …sal_Bool bValue = ((const Svx3DTwoSidedLightingItem&)rAttrs.Get(SDRATTR_3DSCENE_TWO_SIDED_LIGHTING… in Update() local 939 if( bValue != aBtnTwoSidedLighting.IsChecked() ) in Update() [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | xmlbahdl.cxx | 246 sal_Bool bValue; in importXML() local 247 bRet = SvXMLUnitConverter::convertBool( bValue, rStrImpValue ); in importXML() 248 rValue <<= sal_Bool(bValue); in importXML() 257 sal_Bool bValue = sal_Bool(); in exportXML() local 259 if (rValue >>= bValue) in exportXML() 261 SvXMLUnitConverter::convertBool( aOut, bValue ); in exportXML() 284 sal_Bool bValue; in importXML() local 285 bRet = SvXMLUnitConverter::convertBool( bValue, rStrImpValue ); in importXML() 286 rValue <<= sal_Bool(!bValue); in importXML() 295 sal_Bool bValue = sal_Bool(); in exportXML() local [all …]
|
| H A D | WordWrapPropertyHdl.cxx | 57 sal_Bool bValue = sal_False, bRetValue = sal_False; in importXML() local 60 bValue = sal_True; in importXML() 65 bValue = sal_False; in importXML() 76 bValue = bValue ? sal_False : sal_True; // treat OOo 3.0 beta1 as OOo 2.x in importXML() 79 bValue = bValue ? sal_False : sal_True; in importXML() 81 rValue <<= bValue; in importXML()
|
| H A D | opaquhdl.cxx | 55 sal_Bool bValue = IsXMLToken( rStrImpValue, XML_OPAQUE_FOREGROUND ); in importXML() local 56 rValue <<= sal_Bool(bValue); in importXML() 65 sal_Bool bValue = sal_Bool(); in exportXML() local 67 if (rValue >>= bValue) in exportXML() 69 if( bValue ) in exportXML()
|
| H A D | shdwdhdl.cxx | 53 sal_Bool bValue = ! IsXMLToken( rStrImpValue, XML_NONE ); in importXML() local 54 rValue <<= sal_Bool(bValue); in importXML() 63 sal_Bool bValue = sal_Bool(); in exportXML() local 65 if (rValue >>= bValue) in exportXML() 67 if( bValue ) in exportXML()
|
| H A D | PageMasterImportPropMapper.cxx | 318 sal_Bool bValue(sal_False); in finished() local 320 aAny.setValue( &bValue, ::getBooleanCppuType() ); in finished() 325 sal_Bool bValue(sal_True); in finished() local 327 aAny.setValue( &bValue, ::getBooleanCppuType() ); in finished() 332 sal_Bool bValue(sal_False); in finished() local 334 aAny.setValue( &bValue, ::getBooleanCppuType() ); in finished() 339 sal_Bool bValue(sal_True); in finished() local 341 aAny.setValue( &bValue, ::getBooleanCppuType() ); in finished()
|
| /AOO41X/main/framework/source/uiconfiguration/ |
| H A D | windowstateconfiguration.cxx | 690 sal_Bool bValue = sal_Bool(); in impl_insertCacheAndReturnSequence() local 691 if ( a >>= bValue ) in impl_insertCacheAndReturnSequence() 699 aWindowStateInfo.bLocked = bValue; break; in impl_insertCacheAndReturnSequence() 701 aWindowStateInfo.bDocked = bValue; break; in impl_insertCacheAndReturnSequence() 703 aWindowStateInfo.bVisible = bValue; break; in impl_insertCacheAndReturnSequence() 705 aWindowStateInfo.bContext = bValue; break; in impl_insertCacheAndReturnSequence() 707 aWindowStateInfo.bHideFromMenu = bValue; break; in impl_insertCacheAndReturnSequence() 709 aWindowStateInfo.bNoClose = bValue; break; in impl_insertCacheAndReturnSequence() 711 aWindowStateInfo.bSoftClose = bValue; break; in impl_insertCacheAndReturnSequence() 713 aWindowStateInfo.bContextActive = bValue; break; in impl_insertCacheAndReturnSequence() [all …]
|
| /AOO41X/main/sd/source/ui/slidesorter/shell/ |
| H A D | SlideSorterService.cxx | 323 void SAL_CALL SlideSorterService::setIsHighlightCurrentSlide (sal_Bool bValue) in setIsHighlightCurrentSlide() argument 329 mpSlideSorter->GetProperties()->SetHighlightCurrentSlide(bValue); in setIsHighlightCurrentSlide() 351 void SAL_CALL SlideSorterService::setIsShowSelection (sal_Bool bValue) in setIsShowSelection() argument 356 mpSlideSorter->GetProperties()->SetShowSelection(bValue); in setIsShowSelection() 375 void SAL_CALL SlideSorterService::setIsShowFocus (sal_Bool bValue) in setIsShowFocus() argument 380 mpSlideSorter->GetProperties()->SetShowFocus(bValue); in setIsShowFocus() 399 void SAL_CALL SlideSorterService::setIsCenterSelection (sal_Bool bValue) in setIsCenterSelection() argument 404 mpSlideSorter->GetProperties()->SetCenterSelection(bValue); in setIsCenterSelection() 425 sal_Bool bValue) in setIsSuspendPreviewUpdatesDuringFullScreenPresentation() argument 431 ->SetSuspendPreviewUpdatesDuringFullScreenPresentation(bValue); in setIsSuspendPreviewUpdatesDuringFullScreenPresentation() [all …]
|
| /AOO41X/main/sw/source/ui/vba/ |
| H A D | vbafind.cxx | 330 sal_Bool bValue = sal_False; in Execute() local 333 MatchCase >>= bValue; in Execute() 334 setMatchCase( bValue ); in Execute() 339 MatchWholeWord >>= bValue; in Execute() 340 setMatchWholeWord( bValue ); in Execute() 345 MatchWildcards >>= bValue; in Execute() 346 setMatchWildcards( bValue ); in Execute() 351 MatchSoundsLike >>= bValue; in Execute() 352 setMatchSoundsLike( bValue ); in Execute() 357 MatchAllWordForms >>= bValue; in Execute() [all …]
|
| /AOO41X/main/cui/source/options/ |
| H A D | optupdt.cxx | 190 sal_Bool bValue; in FillItemSet() local 195 bValue = (sal_True == m_aAutoCheckCheckBox.IsChecked()); in FillItemSet() 196 m_xUpdateAccess->replaceByName( UNISTRING("AutoCheckEnabled"), uno::makeAny( bValue ) ); in FillItemSet() 225 bValue = (sal_True == m_aAutoDownloadCheckBox.IsChecked()); in FillItemSet() 226 m_xUpdateAccess->replaceByName( UNISTRING("AutoDownloadEnabled"), uno::makeAny( bValue ) ); in FillItemSet() 251 sal_Bool bValue = sal_Bool(); in Reset() local 252 m_xUpdateAccess->getByName( UNISTRING("AutoCheckEnabled") ) >>= bValue; in Reset() 254 m_aAutoCheckCheckBox.Check(bValue); in Reset() 255 m_aEveryDayButton.Enable(bValue); in Reset() 256 m_aEveryWeekButton.Enable(bValue); in Reset() [all …]
|
| /AOO41X/main/sd/inc/ |
| H A D | sdattr.hxx | 79 SdAttrLayerVisible( sal_Bool bValue = sal_True ) : in SdAttrLayerVisible() argument 80 SfxBoolItem( ATTR_LAYER_VISIBLE, bValue ) {} in SdAttrLayerVisible() 88 SdAttrLayerPrintable( sal_Bool bValue = sal_True ) : in SdAttrLayerPrintable() argument 89 SfxBoolItem( ATTR_LAYER_PRINTABLE, bValue ) {} in SdAttrLayerPrintable() 97 SdAttrLayerLocked( sal_Bool bValue = sal_False ) : in SdAttrLayerLocked() argument 98 SfxBoolItem( ATTR_LAYER_LOCKED, bValue ) {} in SdAttrLayerLocked() 106 SdAttrLayerThisPage( sal_Bool bValue = sal_False ) : in SdAttrLayerThisPage() argument 107 SfxBoolItem( ATTR_LAYER_THISPAGE, bValue ) {} in SdAttrLayerThisPage()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dbdocutl.cxx | 54 sal_Bool bValue = sal_False; in PutData() local 72 bValue = sal_True; in PutData() 87 bValue = sal_True; in PutData() 107 bValue = sal_True; in PutData() 121 bValue = sal_True; in PutData() 137 bValue = sal_True; in PutData() 157 if ( bValue && bCurrency ) in PutData() 171 else if (bValue) in PutData()
|
| /AOO41X/main/svl/source/config/ |
| H A D | cjkoptions.cxx | 202 sal_Bool bValue = *(sal_Bool*)pValues[nProp].getValue(); in Load() local 205 case 0: { bCJKFont = bValue; bROCJKFont = pROStates[nProp]; } break; in Load() 206 case 1: { bVerticalText = bValue; bROVerticalText = pROStates[nProp]; } break; in Load() 207 … case 2: { bAsianTypography = bValue; bROAsianTypography = pROStates[nProp]; } break; in Load() 208 case 3: { bJapaneseFind = bValue; bROJapaneseFind = pROStates[nProp]; } break; in Load() 209 case 4: { bRuby = bValue; bRORuby = pROStates[nProp]; } break; in Load() 210 case 5: { bChangeCaseMap = bValue; bROChangeCaseMap = pROStates[nProp]; } break; in Load() 211 case 6: { bDoubleLines = bValue; bRODoubleLines = pROStates[nProp]; } break; in Load() 212 case 7: { bEmphasisMarks = bValue; bROEmphasisMarks = pROStates[nProp]; } break; in Load() 213 … case 8: { bVerticalCallOut = bValue; bROVerticalCallOut = pROStates[nProp]; } break; in Load()
|
| /AOO41X/main/svx/source/unodialogs/textconversiondlgs/ |
| H A D | chinese_translationdialog.cxx | 76 sal_Bool bValue = sal_Bool(); in ChineseTranslationDialog() local 78 aAny >>= bValue; in ChineseTranslationDialog() 79 if( bValue ) in ChineseTranslationDialog() 85 if( aAny >>= bValue ) in ChineseTranslationDialog() 86 m_aCB_Use_Variants.Check( bValue ); in ChineseTranslationDialog() 97 if( aAny >>= bValue ) in ChineseTranslationDialog() 98 m_aCB_Translate_Commonterms.Check( bValue ); in ChineseTranslationDialog()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbafont.cxx | 102 sal_Bool bValue = sal_False; in setSuperscript() local 103 aValue >>= bValue; in setSuperscript() 107 if( bValue ) in setSuperscript() 174 sal_Bool bValue = sal_False; in setSubscript() local 175 aValue >>= bValue; in setSubscript() 179 if( bValue ) in setSubscript() 335 sal_Bool bValue = sal_False; in getFontStyle() local 336 getBold() >>= bValue; in getFontStyle() 337 if( bValue ) in getFontStyle() 340 getItalic() >>= bValue; in getFontStyle() [all …]
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | VistaFilePickerImpl.cxx | 742 BOOL bValue = FALSE; in impl_sta_SetDefaultName() local 743 …CheckButtonState( css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, &bValue); in impl_sta_SetDefaultName() 744 if ( bValue ) in impl_sta_SetDefaultName() 777 BOOL bValue = FALSE; in impl_sta_setFiltersOnDialog() local 778 …CheckButtonState( css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, &bValue); in impl_sta_setFiltersOnDialog() 780 if ( bValue ) in impl_sta_setFiltersOnDialog() 911 BOOL bValue = FALSE; in impl_sta_ShowDialogModal() local 912 …CheckButtonState( css::ui::dialogs::ExtendedFilePickerElementIds::CHECKBOX_AUTOEXTENSION, &bValue); in impl_sta_ShowDialogModal() 913 if ( bValue ) in impl_sta_ShowDialogModal() 1064 ::sal_Bool bValue = sal_False; in impl_sta_SetControlValue() [all …]
|
| /AOO41X/main/framework/source/uielement/ |
| H A D | generictoolbarcontroller.cxx | 228 sal_Bool bValue = sal_Bool(); in statusChanged() local 233 if (( Event.State >>= bValue ) && !m_bEnumCommand ) in statusChanged() 238 m_pToolbar->CheckItem( m_nID, bValue ); in statusChanged() 239 if ( bValue ) in statusChanged() 248 bValue = sal_True; in statusChanged() 250 bValue = sal_False; in statusChanged() 252 m_pToolbar->CheckItem( m_nID, bValue ); in statusChanged() 253 if ( bValue ) in statusChanged()
|
| /AOO41X/main/xmloff/source/forms/ |
| H A D | officeforms.cxx | 82 sal_Bool bValue = _bDefault; in implImportBool() local 83 GetImport().GetMM100UnitConverter().convertBool(bValue, sAttributeValue); in implImportBool() 87 _rxProps->setPropertyValue(_rPropName, ::cppu::bool2any(bValue)); in implImportBool() 147 sal_Bool bValue = _bDefault; in implExportBool() local 149 bValue = ::cppu::any2bool(_rxProps->getPropertyValue(_rPropName)); in implExportBool() 153 _rExp.GetMM100UnitConverter().convertBool(aValue, bValue); in implExportBool()
|
| /AOO41X/main/sw/source/ui/fldui/ |
| H A D | flddok.cxx | 331 sal_Bool bValue = sal_False, bLevel = sal_False, bNumFmt = sal_False, bOffset = sal_False; in IMPL_LINK() local 386 bValue = sal_True; in IMPL_LINK() 400 bValue = sal_True; in IMPL_LINK() 440 if (bValue | bLevel | bOffset) in IMPL_LINK() 445 aValueFT.Show(bValue | bLevel | bOffset); in IMPL_LINK() 446 aValueED.Show(bValue); in IMPL_LINK() 449 aFixedCB.Show(!bValue && !bLevel && !bOffset); in IMPL_LINK() 463 aValueFT.Enable(bValue | bLevel | bOffset); in IMPL_LINK() 464 aValueED.Enable(bValue); in IMPL_LINK()
|