Searched refs:nBool (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 132 void RecordObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem() argument 134 writeDecItem( rName, nBool, "BOOLEAN" ); in writeBooleanItem() 179 sal_uInt8 nBool; in dumpBoolean() local 180 *mxStrm >> nBool; in dumpBoolean() 181 writeBooleanItem( rName( "boolean" ), nBool ); in dumpBoolean() 182 return nBool; in dumpBoolean()
|
H A D | biffdumper.cxx | 401 void BiffObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem() argument 403 writeDecItem( rName, nBool, "BOOLEAN" ); in writeBooleanItem() 558 sal_uInt8 nBool; in dumpBoolean() local 559 *mxBiffStrm >> nBool; in dumpBoolean() 560 writeBooleanItem( rName( "boolean" ), nBool ); in dumpBoolean() 561 return nBool; in dumpBoolean()
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | xlsbdumper.hxx | 66 void writeBooleanItem( const String& rName, sal_uInt8 nBool );
|
H A D | biffdumper.hxx | 163 void writeBooleanItem( const String& rName, sal_uInt8 nBool );
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 1118 sal_Int8 nBool = pMatVal->GetBoolean(); in Save() local 1120 rStrm << EXC_CACHEDVAL_BOOL << nBool; in Save()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 7883 int nBool = sT.SearchFrwrd(sStr, &nPos, &nEndPos); in ScSearch() local 7884 if (!nBool) in ScSearch()
|
Completed in 151 milliseconds