Home
last modified time | relevance | path

Searched refs:ScfTools (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/sc/source/filter/ftools/
H A Dftools.cxx53 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 …]
/trunk/main/sc/source/filter/excel/
H A Dxipage.cxx231 …ScStyleSheet& rStyleSheet = ScfTools::MakePageStyleSheet( GetStyleSheetPool(), aStyleName, false ); in Finalize()
236ScfTools::PutItem( rItemSet, SfxBoolItem( ATTR_PAGE_TOPDOWN, !maData.mbPrintInRows ), true ); in Finalize()
237ScfTools::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()
306ScfTools::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()
342ScfTools::PutItem( rFtrItemSet, SvxSizeItem( ATTR_PAGE_SIZE, Size( 0, nFtrHeight ) ), true ); in Finalize()
[all …]
H A Dxistyle.cxx249 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 Dxestyle.cxx911 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 Dxecontent.cxx640 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 Dxlroot.cxx257 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 Dexcel.cxx152 … 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 Dxicontent.cxx568 …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 Dxepage.cxx241 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 Dxiname.cxx126 ScfTools::ConvertToScDefinedName( maScName ); in XclImpName()
H A Dxltools.cxx357 ScfTools::GetMixedColor( rPattColor, rBackColor, pnRatioTable[ nXclPattern ] ) : rPattColor; in GetPatternColor()
H A Dxilink.cxx309 ScfTools::ConvertToScDefinedName( maName ); in XclImpExtName()
H A Dimpop.cxx581 ScfTools::ConvertToScDefinedName( aName ); in Externname25()
H A Dxipivot.cxx709 SotStorageStreamRef xSvStrm = OpenStream( xSvStrg, ScfTools::GetHexStr( mnStrmId ) ); in ReadPivotCacheStream()
H A Dxepivot.cxx857 SotStorageStreamRef xSvStrm = OpenStream( xSvStrg, ScfTools::GetHexStr( maPCInfo.mnStrmId ) ); in WriteCacheStream()
H A Dxetable.cxx2519 if( ScfTools::CheckItem( rItemSet, ATTR_VALIDDATA, false ) ) in XclExpCellTable()
/trunk/main/sc/source/filter/html/
H A Dhtmlimp.cxx184 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 Dlotform.cxx543 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 Dop.cxx249 ScfTools::ConvertToScDefinedName( aTmp ); in OP_NamedRange()
288 ScfTools::ConvertToScDefinedName( aTmp ); in OP_SymphNamedRange()
H A Dlotimpop.cxx304 ScfTools::AppendCString( *pIn, r, eQuellChar ); in Read()
H A Dtool.cxx539 ScfTools::ConvertToScDefinedName( aScName ); in Add()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx572 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 Dlotimpop.hxx147 r = ScfTools::ReadLongDouble( *pIn ); in Read()
H A Dftools.hxx262 class ScfTools : ScfNoInstance class
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx248 String aTmp( ScfTools::ReadCString( maIn ), maIn.GetStreamCharSet() ); in Convert()

Completed in 170 milliseconds

12