Searched refs:mbValue (Results 1 – 16 of 16) sorted by relevance
525 return aData.mbValue; in RowHidden()541 return aData.mbValue; in RowHidden()570 return aData.mbValue; in ColHidden()587 return aData.mbValue; in ColHidden()667 if (!aData.mbValue) in FirstVisibleRow()690 if (!aData.mbValue) in LastVisibleRow()713 if (!aData.mbValue) in CountVisibleRows()734 if (!aData.mbValue) in GetTotalRowHeight()783 return aData.mbValue; in RowFiltered()801 return aData.mbValue; in ColFiltered()[all …]
300 mbCurValue = aData.mbValue; in getValue()328 rRange.mbValue = static_cast<bool>(aData.mnValue); in getFirst()340 rRange.mbValue = static_cast<bool>(aData.mnValue); in getNext()381 rData.mbValue = aData.mnValue; in getRangeData()449 rData.mbValue = aData.mnValue; in getRangeData()
1446 if (aColData.mbValue) in ExtendPrintArea()1669 if (!aData.mbValue) in reset()1715 if (aData.mbValue) in next()
2092 if (aData.mbValue) in StyleSheetChanged()3002 if (mpHiddenRows->getRangeData(rY1-1, aData) && aData.mbValue) in ExtendHidden()3028 if (mpHiddenRows->getRangeData(rY2, aData) && aData.mbValue) in StripHidden()3289 if (aData.mbValue) in GetRowForHeight()
278 : mbValue(bValue) in OOXMLBooleanValue()283 : mbValue(false) in OOXMLBooleanValue()290 mbValue = true; in OOXMLBooleanValue()292 mbValue = false; in OOXMLBooleanValue()301 return mbValue; in getBool()306 return mbValue ? 1 : 0; in getInt()311 uno::Any aResult(mbValue); in getAny()318 return mbValue ? "true" : "false"; in toString()
105 bool mbValue; member in writerfilter::ooxml::OOXMLBooleanValue
263 … XclExpRecord( nRecId, 2 ), mbValue( bValue ), mnAttribute( nAttribute ) {} in XclExpBoolRecord()266 inline bool GetBool() const { return mbValue; } in GetBool()268 inline void SetBool( bool bValue ) { mbValue = bValue; } in SetBool()277 bool mbValue; /// The record data. member in XclExpBoolRecord
461 bool mbValue; /// Value of a boolean item. member
400 bool mbValue; /// The cell value. member in XclExpBooleanCell
110 inline bool GetValue() const { return mbValue; } in GetValue()111 inline void SetValue( bool bValue ) { mbValue = bValue; } in SetValue()118 bool mbValue; member in SfxOleBoolProperty458 mbValue( bValue ) in SfxOleBoolProperty()466 mbValue = nValue != 0; in ImplLoad()471 rStrm << static_cast< sal_Int16 >( mbValue ? -1 : 0 ); in ImplSave()
40 bool mbValue; member98 bool mbValue; member
114 mbValue = bValue; in SetBool()129 case EXC_PCITEM_BOOL: return mbValue == rItem.mbValue; in IsEqual()168 return (meType == EXC_PCITEM_BOOL) ? &mbValue : 0; in GetBool()
196 rStrm << static_cast< sal_uInt16 >( mbValue ? 1 : 0 ); in WriteBody()206 mnAttribute, mnAttribute == XML_showObjects ? "all" : XclXmlUtils::ToPsz( mbValue ), in SaveXml()
623 mbValue( bValue ) in XclExpBooleanCell()637 rWorksheet->write( mbValue ? "1" : "0" ); in SaveXml()644 rStrm << sal_uInt16( mbValue ? 1 : 0 ) << EXC_BOOLERR_BOOL; in WriteContents()
74 sal_Bool mbValue; member in ScOptSolverSave91 sal_Bool GetValue() const { return mbValue; } in GetValue()
166 mbValue( bValue ), in ScOptSolverSave()
Completed in 130 milliseconds