Home
last modified time | relevance | path

Searched refs:nBool (Results 1 – 6 of 6) sorted by path

/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx163 void writeBooleanItem( const String& rName, sal_uInt8 nBool );
H A Dxlsbdumper.hxx66 void writeBooleanItem( const String& rName, sal_uInt8 nBool );
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx401 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()
H A Dxlsbdumper.cxx132 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()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx8020 int nBool = sT.SearchFrwrd(sStr, &nPos, &nEndPos); in ScSearch() local
8021 if (!nBool) in ScSearch()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx1118 sal_Int8 nBool = pMatVal->GetBoolean(); in Save() local
1120 rStrm << EXC_CACHEDVAL_BOOL << nBool; in Save()

Completed in 80 milliseconds