| /trunk/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() 140 sal_uInt8 ScfTools::GetMixedColorComp( sal_uInt8 nFore, sal_uInt8 nBack, sal_uInt8 nTrans ) in GetMixedColorComp() 146 Color ScfTools::GetMixedColor( const Color& rFore, const Color& rBack, sal_uInt8 nTrans ) in GetMixedColor() 158 void ScfTools::ConvertToScDefinedName( String& rName ) in ConvertToScDefinedName() 170 SotStorageRef ScfTools::OpenStorageRead( SotStorageRef xStrg, const String& rStrgName ) in OpenStorageRead() 178 SotStorageRef ScfTools::OpenStorageWrite( SotStorageRef xStrg, const String& rStrgName ) in OpenStorageWrite() 186 SotStorageStreamRef ScfTools::OpenStorageStreamRead( SotStorageRef xStrg, const String& rStrmName ) in OpenStorageStreamRead() 194 SotStorageStreamRef ScfTools::OpenStorageStreamWrite( SotStorageRef xStrg, const String& rStrmName ) in OpenStorageStreamWrite() [all …]
|
| /trunk/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() 238 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_VERCENTER, maData.mbVerCenter ), true ); in Finalize() 239 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_HEADERS, maData.mbPrintHeadings ), true ); in Finalize() 240 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_GRID, maData.mbPrintGrid ), true ); in Finalize() 241 …ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_NOTES, maData.mbPrintNotes ), 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() [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() 636 ScfTools::PutItem( rItemSet, SfxUInt32Item( ATTR_VALUE_FORMAT, nScNumFmt ), bSkipPoolDefs ); in FillScFmtToItemSet() 657 ScfTools::PutItem( rItemSet, ScProtectionAttr( mbLocked, mbHidden ), bSkipPoolDefs ); in FillToItemSet() 703 …ScfTools::PutItem( rItemSet, SvxHorJustifyItem( GetScHorAlign(), ATTR_HOR_JUSTIFY ), bSkipPoolDefs… in FillToItemSet() 707 ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_LINEBREAK, bLineBreak ), bSkipPoolDefs ); in FillToItemSet() 710 …ScfTools::PutItem( rItemSet, SvxVerJustifyItem( GetScVerAlign(), ATTR_VER_JUSTIFY ), 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() [all …]
|
| H A D | xestyle.cxx | 825 if( ScfTools::CheckItem( rItemSet, rWAS1.first, false ) ) return rWAS1.second; in lclCheckFontItems() 826 if( ScfTools::CheckItem( rItemSet, rWAS2.first, false ) ) return rWAS2.second; in lclCheckFontItems() 827 if( ScfTools::CheckItem( rItemSet, rWAS3.first, false ) ) return rWAS3.second; in lclCheckFontItems() 911 bool bUsed = ScfTools::CheckItems( rItemSet, pnCommonIds, bDeep ); in CheckItems() 921 …case ApiScriptType::LATIN: bUsed = ScfTools::CheckItems( rItemSet, pnLatinIds, bDeep ); br… in CheckItems() 922 …case ApiScriptType::ASIAN: bUsed = ScfTools::CheckItems( rItemSet, pnAsianIds, bDeep ); br… in CheckItems() 923 …case ApiScriptType::COMPLEX: bUsed = ScfTools::CheckItems( rItemSet, pnComplexIds, bDeep ); br… 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() [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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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
|
| /trunk/main/sc/source/filter/qpro/ |
| H A D | qproform.cxx | 248 String aTmp( ScfTools::ReadCString( maIn ), maIn.GetStreamCharSet() ); in Convert()
|