Home
last modified time | relevance | path

Searched refs:bValue (Results 226 – 244 of 244) sorted by relevance

12345678910

/trunk/main/sw/inc/
H A Ddoc.hxx2047 const sal_Bool bValue );
2061 const sal_Bool bValue );
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx972 sal_Bool bValue = sal_False; in setPropertyValue() local
973 if( ! ( aValue >>= bValue ) ) in setPropertyValue()
976 GetPage()->setTransitionDirection( bValue ); in setPropertyValue()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx414 sal_Bool bValue = false; in Export() local
415 aValue >>= bValue; in Export()
416 ExportParameter(*pCurrent,OUString::createFromAscii(bValue ? "true" : "false")); in Export()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx223 sal_Bool bValue = mrProperties.getBoolValue( pName, bDefaultValue ); in GetBoolValue() local
224 return bValue; in GetBoolValue()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx887 sal_Bool bValue = pProperties[nProp].Value.hasValue() ? in setRubyList() local
889 pEntry->GetRubyAttr().SetPosition(bValue ? 0 : 1); in setRubyList()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx6293 static bool bInit = false, bValue = false; in ImplDisableFlatButtons() local
6313bValue = ((0 == stricmp((const char *) Data, "1")) || (0 == stricmp((const char *) Data, "true"))); in ImplDisableFlatButtons()
6316 bValue = (bool)(((DWORD *) Data)[0]); in ImplDisableFlatButtons()
6323 if( bValue ) in ImplDisableFlatButtons()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx208 void SetContent(bool const bValue) { m_bContent = bValue; } in SetContent() argument
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx1418 sal_Bool bValue = (eInnerStackMode == m_eStackMode); in getPropertyValue() local
1420 aAny <<= bValue; in getPropertyValue()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1046 void XclImpChText::UpdateDataLabel( bool bCateg, bool bValue, bool bPercent ) in UpdateDataLabel() argument
1049 ::set_flag( maData.mnFlags, EXC_CHTEXT_SHOWVALUE, bValue ); in UpdateDataLabel()
1052 ::set_flag( maData.mnFlags, EXC_CHTEXT_DELETED, !bCateg && !bValue && !bPercent ); in UpdateDataLabel()
H A Dxetable.cxx620 const ScPatternAttr* pPattern, sal_uInt32 nForcedXFId, bool bValue ) : in XclExpBooleanCell() argument
623 mbValue( bValue ) in XclExpBooleanCell()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx1825 sal_Bool bValue = ! rSh.GetViewOptions()->IsFormView(); in GetState() local
1826 rSet.Put( SfxBoolItem( nWhich, bValue ) ); in GetState()
/trunk/main/sc/source/core/data/
H A Ddptabsrc.cxx114 void lcl_SetBoolInAny( uno::Any& rAny, sal_Bool bValue ) in lcl_SetBoolInAny() argument
116 rAny.setValue( &bValue, getBooleanCppuType() ); in lcl_SetBoolInAny()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx515 void UpdateDataLabel( bool bCateg, bool bValue, bool bPercent );
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2879 sal_Bool bValue = sal_False; in ScT() local
2886 bValue = sal_True; in ScT()
2889 bValue = ((ScFormulaCell*)pCell)->IsValue(); in ScT()
2895 if ( bValue ) in ScT()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx3107 bool bValue = (pBlockFlags[2] & 0x40) != 0; in Read() local
3108 if (bValue) in Read()
3167 if (bValue) in Read()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx165 sal_Bool bValue( sal_False ); in adjustBooleanWindowStyle() local
166 OSL_VERIFY( _rValue >>= bValue ); in adjustBooleanWindowStyle()
167 if ( bValue != _bInverseSemantics ) in adjustBooleanWindowStyle()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1715 sal_Bool bValue = _rxField->getBoolean(); in lcl_setCheckBoxState() local
1717 eState = bValue ? STATE_CHECK : STATE_NOCHECK; in lcl_setCheckBoxState()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1781 sal_Bool bValue = false; in ImportDop() local
1787 cppu::bool2any(bValue)); in ImportDop()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx6595 sal_Bool bValue = ((ScFormulaCell*)pCell)->IsValue(); in GetResultType_Impl() local
6596 return bValue ? table::CellContentType_VALUE : table::CellContentType_TEXT; in GetResultType_Impl()

Completed in 400 milliseconds

12345678910