Home
last modified time | relevance | path

Searched refs:ScfRef (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/sc/source/filter/inc/
H A Dxiroot.hxx34 typedef ScfRef< XclImpString > XclImpStringRef;
67 typedef ScfRef< XclImpAddressConverter > XclImpAddrConvRef;
68 typedef ScfRef< XclImpFormulaCompiler > XclImpFmlaCompRef;
70 typedef ScfRef< XclImpSst > XclImpSstRef;
71 typedef ScfRef< XclImpPalette > XclImpPaletteRef;
72 typedef ScfRef< XclImpFontBuffer > XclImpFontBfrRef;
73 typedef ScfRef< XclImpNumFmtBuffer > XclImpNumFmtBfrRef;
74 typedef ScfRef< XclImpXFBuffer > XclImpXFBfrRef;
75 typedef ScfRef< XclImpXFRangeBuffer > XclImpXFRangeBfrRef;
76 typedef ScfRef< XclImpTabInfo > XclImpTabInfoRef;
[all …]
H A Dxeroot.hxx37 typedef ScfRef< XclExpRecordBase > XclExpRecordRef;
38 typedef ScfRef< XclExpString > XclExpStringRef;
60 typedef ScfRef< XclExpTabInfo > XclExpTabInfoRef;
61 typedef ScfRef< XclExpAddressConverter > XclExpAddrConvRef;
62 typedef ScfRef< XclExpFormulaCompiler > XclExpFmlaCompRef;
63 typedef ScfRef< XclExpProgressBar > XclExpProgressRef;
65 typedef ScfRef< XclExpSst > XclExpSstRef;
66 typedef ScfRef< XclExpPalette > XclExpPaletteRef;
67 typedef ScfRef< XclExpFontBuffer > XclExpFontBfrRef;
68 typedef ScfRef< XclExpNumFmtBuffer > XclExpNumFmtBfrRef;
[all …]
H A Dftools.hxx150 class ScfRef class
152 template< typename > friend class ScfRef;
156 typedef ScfRef this_type;
158 inline explicit ScfRef( element_type* pObj = 0 ) { eat( pObj ); } in ScfRef() function in ScfRef
159 inline /*implicit*/ ScfRef( const this_type& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() function in ScfRef
161 inline /*implicit*/ ScfRef( const ScfRef< Type2 >& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() function in ScfRef
162 inline ~ScfRef() { rel(); } in ~ScfRef()
167 …inline this_type& operator=( const ScfRef< Type2 >& rRef ) { rel(); eat( rRef.mpObj, rRef.mpnCou… in operator =()
187 inline bool operator==( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator ==()
193 inline bool operator!=( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator !=()
[all …]
H A Dxechart.hxx160 typedef ScfRef< XclExpChRootData > XclExpChRootDataRef;
227 typedef ScfRef< XclExpChFramePos > XclExpChFramePosRef;
262 typedef ScfRef< XclExpChLineFormat > XclExpChLineFormatRef;
296 typedef ScfRef< XclExpChAreaFormat > XclExpChAreaFormatRef;
331 typedef ScfRef< XclExpChEscherFormat > XclExpChEscherFormatRef;
402 typedef ScfRef< XclExpChFrame > XclExpChFrameRef;
438 typedef ScfRef< XclExpChSourceLink > XclExpChSourceLinkRef;
449 typedef ScfRef< XclExpChFont > XclExpChFontRef;
466 typedef ScfRef< XclExpChObjectLink > XclExpChObjectLinkRef;
489 typedef ScfRef< XclExpChFrLabelProps > XclExpChFrLabelPropsRef;
[all …]
H A Dxichart.hxx172 typedef ScfRef< XclImpChRootData > XclImpChRootDataRef;
219 typedef ScfRef< XclImpChFramePos > XclImpChFramePosRef;
253 typedef ScfRef< XclImpChLineFormat > XclImpChLineFormatRef;
283 typedef ScfRef< XclImpChAreaFormat > XclImpChAreaFormatRef;
308 typedef ScfRef< XclImpChEscherFormat > XclImpChEscherFormatRef;
390 typedef ScfRef< XclImpChFrame > XclImpChFrameRef;
438 ScfRef< ScTokenArray> mxTokenArray; /// Token array representing the data ranges.
441 typedef ScfRef< XclImpChSourceLink > XclImpChSourceLinkRef;
481 typedef ScfRef< XclImpChFont > XclImpChFontRef;
548 typedef ScfRef< XclChFrLabelProps > XclChFrLabelPropsRef;
[all …]
H A Dxlroot.hxx76 typedef ScfRef< ScEditEngineDefaulter > ScEEDefaulterRef;
77 typedef ScfRef< ScHeaderEditEngine > ScHeaderEERef;
78 typedef ScfRef< EditEngine > EditEngineRef;
79 typedef ScfRef< XclFontPropSetHelper > XclFontPropSetHlpRef;
80 typedef ScfRef< XclChPropSetHelper > XclChPropSetHlpRef;
81 typedef ScfRef< ScExtDocOptions > ScExtDocOptRef;
82 typedef ScfRef< XclTracer > XclTracerRef;
83 typedef ScfRef< RootData > RootDataRef;
H A Dxeescher.hxx295 typedef ScfRef< XclExpChart > XclExpChartRef;
375 ScfRef< XclExpRecordBase > CreateDrawingGroup();
382 ScfRef< XclExpRecordBase > ProcessDrawing( SdrPage* pSdrPage );
385ScfRef< XclExpRecordBase > ProcessDrawing( const ::com::sun::star::uno::Reference< ::com::sun::sta…
403 ScfRef< ::utl::TempFile > mxTempFile;
404 ScfRef< SvStream > mxDffStrm;
405 ScfRef< XclEscherEx > mxEscherEx;
406 ScfRef< XclExpObjList > mxObjList;
H A Dxetable.hxx95 typedef ScfRef< XclExpRangeFmlaBase > XclExpRangeFmlaRef;
125 typedef ScfRef< XclExpArray > XclExpArrayRef;
176 typedef ScfRef< XclExpShrfmla > XclExpShrfmlaRef;
243 typedef ScfRef< XclExpTableop > XclExpTableopRef;
319 typedef ScfRef< XclExpCellBase > XclExpCellRef;
1065 typedef ScfRef< XclExpDefrowheight > XclExpDefrowhRef;
1066 typedef ScfRef< XclExpNoteList > XclExpNoteListRef;
1067 typedef ScfRef< XclExpMergedcells > XclExpMergedcellsRef;
1068 typedef ScfRef< XclExpHyperlinkList > XclExpHyperlinkRef;
1069 typedef ScfRef< XclExpDval > XclExpDvalRef;
H A Dxipivot.hxx62 typedef ScfRef< XclImpPCItem > XclImpPCItemRef;
149 typedef ScfRef< XclImpPCField > XclImpPCFieldRef;
195 typedef ScfRef< XclImpPivotCache > XclImpPivotCacheRef;
228 typedef ScfRef< XclImpPTItem > XclImpPTItemRef;
307 typedef ScfRef< XclImpPTField > XclImpPTFieldRef;
385 typedef ScfRef< XclImpPivotTable > XclImpPivotTableRef;
H A Dxiescher.hxx51 typedef ScfRef< XclImpDrawObjBase > XclImpDrawObjRef;
444 typedef ScfRef< XclImpChart > XclImpChartRef;
511 ScfRef< ScAddress > mxCellLink; /// Linked cell in the Calc document.
512 ScfRef< ScRange > mxSrcRange; /// Source data range in the Calc document.
1086 typedef ScfRef< ScfProgressBar > ScfProgressBarRef;
1087 typedef ScfRef< XclImpDffConvData > XclImpDffConvDataRef;
1157 typedef ScfRef< XclImpObjTextData > XclImpObjTextRef;
1228 typedef ScfRef< XclImpSheetDrawing > XclImpSheetDrawingRef;
H A Dxlchart.hxx836 typedef ScfRef< SfxItemSet > SfxItemSetRef;
837 typedef ScfRef< EscherPropertyContainer > EscherPropSetRef;
1475 typedef ScfRef< XclChTypeInfoProvider > XclChTypeProvRef;
1476 typedef ScfRef< XclChFormatInfoProvider > XclChFmtInfoProvRef;
1477 typedef ScfRef< XclChObjectTable > XclChObjectTableRef;
H A Dimp_op.hxx76 typedef ScfRef< XclImpOutlineBuffer > XclImpOutlineBfrRef;
77 typedef ScfRef< XclImpColRowSettings > XclImpColRowSettRef;
H A Dxiformula.hxx57 typedef ScfRef< XclImpFmlaCompImpl > XclImpFmlaCompImplRef;
H A Dxename.hxx80 typedef ScfRef< XclExpNameManagerImpl > XclExpNameMgrImplRef;
H A Dxeformula.hxx86 typedef ScfRef< XclExpFmlaCompImpl > XclExpFmlaCompImplRef;
H A Dexcdoc.hxx53 typedef ScfRef< XclExpCellTable > XclExpCellTableRef;
H A Dxlview.hxx120 typedef ScfRef< XclSelectionData > XclSelectionDataRef;
H A Dxelink.hxx210 typedef ScfRef< XclExpLinkManagerImpl > XclExpLinkMgrImplPtr;
H A Dxihelper.hxx209 typedef ScfRef< EditTextObject > EditTextObjectRef;
H A Dxehelper.hxx196 typedef ScfRef< XclExpHyperlink > XclExpHyperlinkRef;
H A Dxerecord.hxx331 typedef ScfRef< RecType > RecordRefType;
H A Dexcrecds.hxx494 typedef ScfRef< ExcAutoFilterRecs > XclExpTabFilterRef;
H A Dxestream.hxx53 typedef ScfRef< XclExpBiff8Encrypter > XclExpEncrypterRef;
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx1193 ScfRef< XclExpRecordBase > XclExpObjectManager::CreateDrawingGroup() in CreateDrawingGroup()
1195 return ScfRef< XclExpRecordBase >( new XclExpMsoDrawingGroup( *mxEscherEx ) ); in CreateDrawingGroup()
1203 ScfRef< XclExpRecordBase > XclExpObjectManager::ProcessDrawing( SdrPage* pSdrPage ) in ProcessDrawing()
1215 ScfRef< XclExpRecordBase > XclExpObjectManager::ProcessDrawing( const Reference< XShapes >& rxShape… in ProcessDrawing()
H A Dexcdoc.cxx444 ScfRef< XclExpPageSettings > xPageSett( new XclExpPageSettings( GetRoot() ) ); in FillAsTable()
553 ScfRef< XclExpPageSettings > xPageSett( new XclExpPageSettings( GetRoot() ) ); in FillAsXmlTable()

12