Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 25 of 264) sorted by relevance

1234567891011

/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx451 aFont.Store( rStream, aFont.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
452 aHeight.Store( rStream, aHeight.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
453 aWeight.Store( rStream, aWeight.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
454 aPosture.Store( rStream, aPosture.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
466 aContour.Store( rStream, aContour.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
468 aColor.Store( rStream, aColor.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
469 aBox.Store( rStream, aBox.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
470 aTLBR.Store( rStream, aTLBR.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
471 aBLTR.Store( rStream, aBLTR.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
474 aAdjust.Store( rStream, aAdjust.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx118 nMerk0 = aPool.Store( 1900.0 ); in DoFunc()
204 nMerk1 = aPool.Store(); in DoFunc()
331 rParam = aPool.Store(); in IncToken()
338 rParam = aPool.Store(); in DecToken()
345 rParam = aPool.Store(); in NegToken()
356 nAddToken = aPool.Store(); in Reset()
359 nSubToken = aPool.Store(); in Reset()
361 n0Token = aPool.Store( 0.0 ); in Reset()
487 nNewId = aPool.Store( rR ); in Convert()
494 nNewId = aPool.Store( rR ); in Convert()
[all …]
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx432 aFont.Store ( rStream, aFont.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
433 aHeight.Store ( rStream, aHeight.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
434 aWeight.Store ( rStream, aWeight.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
435 aPosture.Store ( rStream, aPosture.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
437 aCJKFont.Store ( rStream, aCJKFont.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
452 aColor.Store ( rStream, aColor.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
453 aBox.Store ( rStream, aBox.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
456 aTLBR.Store ( rStream, aTLBR.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
457 aBLTR.Store ( rStream, aBLTR.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
461 aAdjust.Store ( rStream, aAdjust.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx119 aPool.Store( CREATE_STRING( "-/-" ) ); in Convert()
261 aStack << aPool.Store( aString ); in Convert()
383 aStack << aPool.Store( ( double ) nUINT16 ); in Convert()
387 aStack << aPool.Store( fDouble ); in Convert()
442 aStack << aPool.Store( nUINT16 ); in Convert()
474 aStack << aPool.Store( aSRD ); in Convert()
517 aStack << aPool.Store( aCRD ); in Convert()
560 aStack << aPool.Store( aSRD ); in Convert()
586 aStack << aPool.Store( aCRD ); in Convert()
610 aStack << aPool.Store( aString ); in Convert()
[all …]
H A Dexcform.cxx365 aStack << aPool.Store( aString ); in Convert()
457 aStack << aPool.Store( fDouble ); in Convert()
555 aStack << aPool.Store( aSRD ); in Convert()
597 aStack << aPool.Store( aCRD ); in Convert()
627 aStack << aPool.Store( aSRD ); in Convert()
653 aStack << aPool.Store( aCRD ); in Convert()
674 aStack << aPool.Store( aString ); in Convert()
693 nPar1 = aPool.Store( aAppl ); in Convert()
765 aStack << aPool.Store( aCRD ); in Convert()
768 aStack << aPool.Store( aSRD ); in Convert()
[all …]
H A Dtokstack.cxx631 const TokenId TokenPool::Store( const double& rDouble ) in Store() function in TokenPool
655 const TokenId TokenPool::Store( const sal_uInt16 nIndex ) in Store() function in TokenPool
669 const TokenId TokenPool::Store( const String& rString ) in Store() function in TokenPool
705 const TokenId TokenPool::Store( const ScSingleRefData& rTr ) in Store() function in TokenPool
730 const TokenId TokenPool::Store( const ScComplexRefData& rTr ) in Store() function in TokenPool
761 const TokenId TokenPool::Store( const DefTokenId e, const String& r ) in Store() function in TokenPool
/trunk/main/sc/source/filter/inc/
H A Dtokstack.hxx195 inline const TokenId Store( void );
196 const TokenId Store( const double& rDouble );
200 const TokenId Store( const sal_uInt16 nIndex );
201 inline const TokenId Store( const sal_Int16 nWert );
202 const TokenId Store( const String& rString );
203 const TokenId Store( const ScSingleRefData& rTr );
204 const TokenId Store( const ScComplexRefData& rTr );
206 const TokenId Store( const DefTokenId eId, const String& rName );
357 inline const TokenId TokenPool::Store( void ) in Store() function in TokenPool
365 inline const TokenId TokenPool::Store( const sal_Int16 nWert ) in Store() function in TokenPool
[all …]
/trunk/main/editeng/source/items/
H A Dtextitem.cxx391 SvStream& SvxFontItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxFontItem
518 SvStream& SvxPostureItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxPostureItem
694 SvStream& SvxWeightItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxWeightItem
809 SvStream& SvxFontHeightItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() function in SvxFontHeightItem
2086 SvStream& SvxColorItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() function in SvxColorItem
2981 SvStream& SvxEmphasisMarkItem::Store( SvStream& rStrm, in Store() function in SvxEmphasisMarkItem
3243 SvStream& SvxTwoLinesItem::Store(SvStream & rStrm, sal_uInt16 /*nIVer*/) const in Store() function in SvxTwoLinesItem
3284 SvStream& SvxCharRotateItem::Store( SvStream & rStrm, sal_uInt16 ) const in Store() function in SvxCharRotateItem
3420 SvStream& SvxCharScaleWidthItem::Store( SvStream& rStream, sal_uInt16 nVer ) const in Store() function in SvxCharScaleWidthItem
3422 SvStream& rRet = SfxUInt16Item::Store( rStream, nVer ); in Store()
[all …]
H A Dparaitem.cxx304 SvStream& SvxLineSpacingItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxLineSpacingItem
535 SvStream& SvxAdjustItem::Store( SvStream& rStrm, sal_uInt16 nItemVersion ) const in Store() function in SvxAdjustItem
577 SvStream& SvxWidowsItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxWidowsItem
649 SvStream& SvxOrphansItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxOrphansItem
861 SvStream& SvxHyphenZoneItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxHyphenZoneItem
1235 SvStream& SvxTabStopItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxTabStopItem
1328 SvStream& SvxFmtSplitItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxFmtSplitItem
1635 SvStream& SvxParaVertAlignItem::Store( SvStream & rStrm, sal_uInt16 ) const in Store() function in SvxParaVertAlignItem
H A Dfrmitems.cxx150 SvStream& SvxPaperBinItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxPaperBinItem
357 SvStream& SvxSizeItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxSizeItem
658 SvStream& SvxLRSpaceItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() function in SvxLRSpaceItem
989 SvStream& SvxULSpaceItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxULSpaceItem
1055 SvStream& SvxPrintItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxPrintItem
1112 SvStream& SvxOpaqueItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxOpaqueItem
1265 SvStream& SvxProtectItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxProtectItem
1501 SvStream& SvxShadowItem::Store( SvStream& rStrm , sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxShadowItem
2270 SvStream& SvxBoxItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() function in SvxBoxItem
3132 SvStream& SvxFmtBreakItem::Store( SvStream& rStrm , sal_uInt16 nItemVersion ) const in Store() function in SvxFmtBreakItem
[all …]
H A Dnumitem.cxx330 SvStream& SvxNumberFormat::Store(SvStream &rStream, FontToSubsFontConverter pConverter) in Store() function in SvxNumberFormat
369 pGraphicBrush->Store(rStream, BRUSH_GRAPHIC_VERSION); in Store()
904 SvStream& SvxNumRule::Store(SvStream &rStream) in Store() function in SvxNumRule
927 aFmts[i]->Store(rStream, pConverter); in Store()
1217 SvStream& SvxNumBulletItem::Store(SvStream &rStream, sal_uInt16 /*nItemVersion*/ )const in Store() function in SvxNumBulletItem
1219 pNumRule->Store(rStream); in Store()
/trunk/main/sw/source/ui/config/
H A Duinums.cxx106 Store( *aStrm.GetOutStream() ); in ~SwBaseNumRules()
148 sal_Bool /**/ SwBaseNumRules::Store(SvStream &rStream) in Store() function in SwBaseNumRules
158 pNumRules[i]->Store( rStream ); in Store()
340 void SwNumRulesWithName::Store( SvStream &rStream ) in Store() function in SwNumRulesWithName
351 pFmt->Store( rStream ); in Store()
550 void SwNumRulesWithName::_SwNumFmtGlobal::Store( SvStream& rStream ) in Store() function in SwNumRulesWithName::_SwNumFmtGlobal
600 pItem->Store( rStream, nIVers ); in Store()
617 aFmt.GetBrush()->Store( rStream, nVersion ); in Store()
623 aFmt.GetGraphicOrientation()->Store( rStream, nVersion ); in Store()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx102 nPush = aPool.Store( eOc, String( s, maIn.GetStreamCharSet() ) ); in DoFunc()
134 nPush = aPool.Store( 1900.0 ); in DoFunc()
185 rParam = aPool.Store(); in IncToken()
313 aStack << aPool.Store( aSRD ); in Convert()
325 aStack << aPool.Store( aCRD ); in Convert()
350 aStack << aPool.Store( ( double ) nVal ); in Convert()
358 aStack << aPool.Store( nVal ); in Convert()
366 aStack << aPool.Store( aLabel ); in Convert()
/trunk/main/sfx2/inc/
H A Dmsgnodei.hxx88 void Store( SvStream& ) const;
123 virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const;
142 void Store( SvStream& ) const;
176 virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const;
199 virtual SvStream& Store( SvStream&, sal_uInt16 ) const;
/trunk/main/sot/source/sdstor/
H A Dstgdir.cxx174 sal_Bool StgDirEntry::Store( StgDirStrm& rStrm ) in Store() function in StgDirEntry
180 aSave.Store( pEntry ); in Store()
182 if( !((StgDirEntry*) pLeft)->Store( rStrm ) ) in Store()
185 if( !((StgDirEntry*) pRight)->Store( rStrm ) ) in Store()
188 if( !pDown->Store( rStrm ) ) in Store()
933 sal_Bool StgDirStrm::Store() in Store() function in StgDirStrm
966 if( !pRoot->Store( *this ) ) in Store()
983 aEmpty.Store( p ); in Store()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx225 SvStream& NameOrIndex::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const in Store() function in NameOrIndex
227 SfxStringItem::Store( rOut, nItemVersion ); in Store()
460 SvStream& XColorItem::Store( SvStream& rOut, sal_uInt16 nItemVersion ) const in Store() function in XColorItem
462 NameOrIndex::Store( rOut, nItemVersion ); in Store()
1046 NameOrIndex::Store( rOut, nItemVersion ); in Store()
1873 NameOrIndex::Store( rOut, nItemVersion ); in Store()
2345 NameOrIndex::Store( rOut, nItemVersion ); in Store()
3703 NameOrIndex::Store( rOut, nItemVersion ); in Store()
4422 NameOrIndex::Store( rOut, nItemVersion ); in Store()
5610 return SfxSetItem::Store( rStream, nItemVersion ); in Store()
[all …]
/trunk/main/svl/inc/svl/
H A Dcintitem.hxx71 virtual SvStream & Store(SvStream & rStream, sal_uInt16) const;
133 virtual SvStream & Store(SvStream & rStream, sal_uInt16) const;
195 virtual SvStream & Store(SvStream &, sal_uInt16) const;
257 virtual SvStream & Store(SvStream & rStream, sal_uInt16) const;
H A Dpoolitem.hxx197 virtual void Store( SvStream & ) const;
235 virtual SvStream& Store( SvStream &, sal_uInt16 nItemVersion ) const;
403 virtual SvStream& Store(SvStream &, sal_uInt16 nVer) const;
439 virtual SvStream& Store(SvStream &, sal_uInt16 nVer ) const;
/trunk/main/sw/source/ui/inc/
H A Duinums.hxx60 void Store( SvStream& );
80 void Store( SvStream& );
96 virtual sal_Bool Store(SvStream&);
/trunk/main/svl/source/items/
H A Dcintitem.cxx120 SvStream & CntByteItem::Store(SvStream & rStream, sal_uInt16) const in Store() function in CntByteItem
254 SvStream & CntUInt16Item::Store(SvStream &rStream, sal_uInt16) const in Store() function in CntUInt16Item
385 SvStream & CntInt32Item::Store(SvStream &rStream, sal_uInt16) const in Store() function in CntInt32Item
520 SvStream & CntUInt32Item::Store(SvStream &rStream, sal_uInt16) const in Store() function in CntUInt32Item
H A Dpoolitem.cxx210 SvStream& SfxPoolItem::Store(SvStream &rStream, sal_uInt16 ) const in Store() function in SfxPoolItem
421 SvStream& SfxInvalidItem::Store(SvStream &rStream, sal_uInt16 nItemVersion ) const
495 void SfxPoolItem::Store(SvStream &rStream) const
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx190 void SdOptionsGeneric::Store() in Store() function in SdOptionsGeneric
1581 SdOptionsLayout::Store(); in StoreConfig()
1584 SdOptionsContents::Store(); in StoreConfig()
1587 SdOptionsMisc::Store(); in StoreConfig()
1590 SdOptionsSnap::Store(); in StoreConfig()
1593 SdOptionsZoom::Store(); in StoreConfig()
1596 SdOptionsGrid::Store(); in StoreConfig()
1599 SdOptionsPrint::Store(); in StoreConfig()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPerformanceContainer.java79 final static int Store = 1; field in PerformanceContainer
129 out.println("storetime=" + String.valueOf(m_nTime[ Store ])); in print()
142 _aIniFile.insertValue(_sSection, "storetime" , String.valueOf(m_nTime[ Store ])); in print()
/trunk/main/svx/source/items/
H A Dpageitem.cxx268 SvStream& SvxPageItem::Store( SvStream &rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store() function in SvxPageItem
328 SvStream& SvxSetItem::Store(SvStream &rStrm, sal_uInt16 nItemVersion) const in Store() function in SvxSetItem
330 GetItemSet().Store( rStrm, nItemVersion ); in Store()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx181 SvStream& Store(SvStream &rStream, FontToSubsFontConverter pConverter);
295 SvStream& Store(SvStream &rStream);
335 virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const;

Completed in 186 milliseconds

1234567891011