/aoo42x/main/sc/source/filter/ftools/ |
H A D | ftools.cxx | 53 double ScfTools::ReadLongDouble( SvStream& rStrm ) in ReadLongDouble() 123 rtl_TextEncoding ScfTools::GetSystemTextEncoding() in GetSystemTextEncoding() 128 String ScfTools::GetHexStr( sal_uInt16 nValue ) in GetHexStr() 158 void ScfTools::ConvertToScDefinedName( String& rName ) in ConvertToScDefinedName() 272 ByteString ScfTools::ReadCString( SvStream& rStrm ) in ReadCString() 329 const String& ScfTools::GetHTMLDocName() in GetHTMLDocName() 335 const String& ScfTools::GetHTMLTablesName() in GetHTMLTablesName() 341 const String& ScfTools::GetHTMLIndexPrefix() in GetHTMLIndexPrefix() 348 const String& ScfTools::GetHTMLNamePrefix() in GetHTMLNamePrefix() 368 bool ScfTools::IsHTMLDocName( const String& rSource ) in IsHTMLDocName() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xipage.cxx | 231 …ScStyleSheet& rStyleSheet = ScfTools::MakePageStyleSheet( GetStyleSheetPool(), aStyleName, false ); in Finalize() 236 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_TOPDOWN, !maData.mbPrintInRows ), true ); in Finalize() 237 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_HORCENTER, maData.mbHorCenter ), true ); in Finalize() 244 ScfTools::PutItem( rItemSet, SfxUInt16Item( ATTR_PAGE_FIRSTPAGENO, nStartPage ), true ); in Finalize() 254 ScfTools::PutItem( rItemSet, SvxSizeItem( ATTR_PAGE_SIZE, maData.GetScPaperSize() ), true ); in Finalize() 303 ScfTools::PutItem( rHdrItemSet, SfxBoolItem( ATTR_PAGE_DYNAMIC, false ), true ); in Finalize() 306 … ScfTools::PutItem( rHdrItemSet, SvxSizeItem( ATTR_PAGE_SIZE, Size( 0, nHdrHeight ) ), true ); in Finalize() 312 ScfTools::PutItem( rHdrItemSet, SfxBoolItem( ATTR_PAGE_DYNAMIC, true ), true ); in Finalize() 339 ScfTools::PutItem( rFtrItemSet, SfxBoolItem( ATTR_PAGE_DYNAMIC, false ), true ); in Finalize() 342 … ScfTools::PutItem( rFtrItemSet, SvxSizeItem( ATTR_PAGE_SIZE, Size( 0, nFtrHeight ) ), true ); in Finalize() [all …]
|
H A D | xistyle.cxx | 249 ScfTools::PutItem( rItemSet, item, (bEE ? (ee_which) : (sc_which)), bSkipPoolDefs ) in FillToItemSet() 258 ScfTools::GetSystemTextEncoding() : eFontEnc; in FillToItemSet() 657 ScfTools::PutItem( rItemSet, ScProtectionAttr( mbLocked, mbHidden ), bSkipPoolDefs ); in FillToItemSet() 707 ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_LINEBREAK, bLineBreak ), bSkipPoolDefs ); in FillToItemSet() 714 ScfTools::PutItem( rItemSet, SfxUInt16Item( ATTR_INDENT, nScIndent ), bSkipPoolDefs ); in FillToItemSet() 717 ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_SHRINKTOFIT, mbShrink ), bSkipPoolDefs ); in FillToItemSet() 722 ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_STACKED, bStacked ), bSkipPoolDefs ); in FillToItemSet() 881 ScfTools::PutItem( rItemSet, aBoxItem, bSkipPoolDefs ); in FillToItemSet() 895 ScfTools::PutItem( rItemSet, aTLBRItem, bSkipPoolDefs ); in FillToItemSet() 896 ScfTools::PutItem( rItemSet, aBLTRItem, bSkipPoolDefs ); in FillToItemSet() [all …]
|
H A D | xestyle.cxx | 911 bool bUsed = ScfTools::CheckItems( rItemSet, pnCommonIds, bDeep ); in CheckItems() 1141 aFontData.SetFontEncoding( ScfTools::GetSystemTextEncoding() ); in InitDefaultFonts() 1347 return ScfTools::CheckItem( rItemSet, ATTR_PROTECTION, bStyle ); in FillFromItemSet() 1389 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_INDENT, bStyle ); in FillFromItemSet() 1393 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_SHRINKTOFIT, bStyle ); in FillFromItemSet() 1397 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_WRITINGDIR, bStyle ); in FillFromItemSet() 1405 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_VER_JUSTIFY, bStyle ); in FillFromItemSet() 1409 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_STACKED, bStyle ); in FillFromItemSet() 1435 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_HOR_JUSTIFY, bStyle ); in FillFromItemSet() 1623 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_BORDER, bStyle ); in FillFromItemSet() [all …]
|
H A D | xecontent.cxx | 640 mbHeightUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_HEIGHT, true ); in XclExpCFImpl() 641 mbWeightUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_WEIGHT, true ); in XclExpCFImpl() 642 mbColorUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_COLOR, true ); in XclExpCFImpl() 643 mbUnderlUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_UNDERLINE, true ); in XclExpCFImpl() 644 mbItalicUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_POSTURE, true ); in XclExpCFImpl() 645 mbStrikeUsed = ScfTools::CheckItem( rItemSet, ATTR_FONT_CROSSEDOUT, true ); in XclExpCFImpl() 656 mbBorderUsed = ScfTools::CheckItem( rItemSet, ATTR_BORDER, true ); in XclExpCFImpl() 661 mbPattUsed = ScfTools::CheckItem( rItemSet, ATTR_BACKGROUND, true ); in XclExpCFImpl() 1300 mbEntireDoc = ScfTools::IsHTMLDocName( aToken ); in XclExpWebQuery() 1301 bExitLoop = mbEntireDoc || ScfTools::IsHTMLTablesName( aToken ); in XclExpWebQuery() [all …]
|
H A D | xlroot.cxx | 257 ScfTools::OpenStorageWrite( xStrg, rStrgName ) : in OpenStorage() 258 ScfTools::OpenStorageRead( xStrg, rStrgName ); in OpenStorage() 269 ScfTools::OpenStorageStreamWrite( xStrg, rStrmName ) : in OpenStream() 270 ScfTools::OpenStorageStreamRead( xStrg, rStrmName ); in OpenStream()
|
H A D | excel.cxx | 152 … SotStorageStreamRef xBookStrm = ScfTools::OpenStorageStreamRead( xRootStrg, EXC_STREAM_BOOK ); in ScImportExcel() 156 …SotStorageStreamRef xWorkbookStrm = ScfTools::OpenStorageStreamRead( xRootStrg, EXC_STREAM_WORKBOO… in ScImportExcel() 238 SotStorageStreamRef xStrgStrm = ScfTools::OpenStorageStreamWrite( xRootStrg, aStrmName ); in lcl_ExportExcelBiff()
|
H A D | xicontent.cxx | 568 …SfxItemSet& rStyleItemSet = ScfTools::MakeCellStyleSheet( GetStyleSheetPool(), aStyleName, true ).… in ReadCF() 881 maTables = ScfTools::GetHTMLTablesName(); in ReadParamqry() 886 maTables = ScfTools::GetHTMLDocName(); in ReadParamqry() 925 …ScGlobal::AddToken( maTables, ScfTools::GetNameFromHTMLIndex( static_cast< sal_uInt32 >( nTabNum )… in ReadWqtables() 930 ScGlobal::AddToken( maTables, ScfTools::GetNameFromHTMLName( aToken ), cSep ); in ReadWqtables()
|
H A D | xepage.cxx | 241 if( ScfTools::CheckItem( rItemSet, ATTR_PAGE_SCALETO, false ) && rScaleToItem.IsValid() ) in XclExpPageSettings() 248 else if( ScfTools::CheckItem( rItemSet, ATTR_PAGE_SCALETOPAGES, false ) && nPages ) in XclExpPageSettings()
|
H A D | xiname.cxx | 126 ScfTools::ConvertToScDefinedName( maScName ); in XclImpName()
|
H A D | xltools.cxx | 357 ScfTools::GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
|
H A D | xilink.cxx | 309 ScfTools::ConvertToScDefinedName( maName ); in XclImpExtName()
|
H A D | impop.cxx | 581 ScfTools::ConvertToScDefinedName( aName ); in Externname25()
|
H A D | xipivot.cxx | 709 SotStorageStreamRef xSvStrm = OpenStream( xSvStrg, ScfTools::GetHexStr( mnStrmId ) ); in ReadPivotCacheStream()
|
H A D | xepivot.cxx | 857 SotStorageStreamRef xSvStrm = OpenStream( xSvStrg, ScfTools::GetHexStr( maPCInfo.mnStrmId ) ); in WriteCacheStream()
|
H A D | xetable.cxx | 2519 if( ScfTools::CheckItem( rItemSet, ATTR_VALIDDATA, false ) ) in XclExpCellTable()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 184 InsertRangeName( mpDoc, ScfTools::GetHTMLDocName(), aNewRange ); in WriteToDocument() 187 InsertRangeName( mpDoc, ScfTools::GetHTMLTablesName(), ScRange( maRange.aStart ) ); in WriteToDocument() 201 InsertRangeName( mpDoc, ScfTools::GetNameFromHTMLIndex( nTableId ), aNewRange ); in WriteToDocument() 205 String aName( ScfTools::GetNameFromHTMLName( pTable->GetTableName() ) ); in WriteToDocument() 230 if( pRangeNames && ScfTools::IsHTMLTablesName( aToken ) ) in GetHTMLRangeNameList() 237 aToken = ScfTools::GetNameFromHTMLIndex( nIndex++ ); in GetHTMLRangeNameList()
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 543 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert() 563 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert() 576 String aTmp( ScfTools::ReadCString( aIn, nBytesLeft, eSrcChar ) ); in Convert() 633 else aStack << aPool.Store( ScfTools::ReadLongDouble( aIn ) ); in Convert()
|
H A D | op.cxx | 249 ScfTools::ConvertToScDefinedName( aTmp ); in OP_NamedRange() 288 ScfTools::ConvertToScDefinedName( aTmp ); in OP_SymphNamedRange()
|
H A D | lotimpop.cxx | 304 ScfTools::AppendCString( *pIn, r, eQuellChar ); in Read()
|
H A D | tool.cxx | 539 ScfTools::ConvertToScDefinedName( aScName ); in Add()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 572 DataBaseRec.QueryValue0 = ScfTools::ReadLongDouble(rStream); in Sc10DataBaseData() 579 DataBaseRec.QueryValue1 = ScfTools::ReadLongDouble(rStream); in Sc10DataBaseData() 586 DataBaseRec.QueryValue2 = ScfTools::ReadLongDouble(rStream); in Sc10DataBaseData() 1674 double Value = ScfTools::ReadLongDouble(rStream); in LoadCol() 1698 /*double Value =*/ ScfTools::ReadLongDouble(rStream); in LoadCol()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | lotimpop.hxx | 147 r = ScfTools::ReadLongDouble( *pIn ); in Read()
|
H A D | ftools.hxx | 262 class ScfTools : ScfNoInstance class
|
/aoo42x/main/sc/source/filter/qpro/ |
H A D | qproform.cxx | 248 String aTmp( ScfTools::ReadCString( maIn ), maIn.GetStreamCharSet() ); in Convert()
|