Home
last modified time | relevance | path

Searched refs:pD (Results 1 – 25 of 64) sorted by path

123

/trunk/main/desktop/source/app/
H A Dapp.cxx3520 Desktop* pD = dynamic_cast<Desktop*>(GetpApp()); in HandleAppEvent() local
3521 OSL_ENSURE( pD, "no desktop ?!?" ); in HandleAppEvent()
3522 if( pD ) in HandleAppEvent()
3523 pD->doShutdown(); in HandleAppEvent()
/trunk/main/l10ntools/source/
H A Dcfgmerge.cxx295 CfgStackData *pD = new CfgStackData( rTag, rId ); in Push() local
296 Insert( pD, LIST_APPEND ); in Push()
297 return pD; in Push()
/trunk/main/sc/inc/
H A Dautonamecache.hxx47 ScAutoNameCache( ScDocument* pD );
H A Ddpobject.hxx126 ScDPObject( ScDocument* pD );
H A Ddpoutput.hxx131 ScDPOutput( ScDocument* pD,
H A Ddpshttab.hxx81 ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc, long nCacheId = -1 );
H A Ddptabsrc.hxx166 ScDPSource( ScDPTableData* pD ); // TableData is deleted by Source
H A Dtoken.hxx447 ScComplexRefData* pD; member in SingleDoubleRefModifier
460 pD = &aDub; in SingleDoubleRefModifier()
465 pD = &rT.GetDoubleRef(); in SingleDoubleRefModifier()
472 pD = &aDub; in SingleDoubleRefModifier()
477 *pS = (*pD).Ref1; in ~SingleDoubleRefModifier()
479 inline ScComplexRefData& Ref() { return *pD; } in Ref()
/trunk/main/sc/source/core/data/
H A Dautonamecache.cxx40 ScAutoNameCache::ScAutoNameCache( ScDocument* pD ) : in ScAutoNameCache() argument
41 pDoc( pD ), in ScAutoNameCache()
H A Dcell.cxx1528 StackCleaner( ScDocument* pD, ScInterpreter* pI ) in InterpretTail() argument
1529 : pDoc(pD), pInt(pI) in InterpretTail()
H A Ddpobject.cxx160 ScDPObject::ScDPObject( ScDocument* pD ) : in ScDPObject() argument
161 pDoc( pD ), in ScDPObject()
H A Ddpoutput.cxx354 ScDPOutput::ScDPOutput( ScDocument* pD, const uno::Reference<sheet::XDimensionsSupplier>& xSrc, in ScDPOutput() argument
356 pDoc( pD ), in ScDPOutput()
H A Ddpshttab.cxx60 ScSheetDPData::ScSheetDPData( ScDocument* pD, const ScSheetSourceDesc& rDesc , long nCacheId) : in ScSheetDPData() argument
61 ScDPTableData(pD, rDesc.GetCacheId( pD, nCacheId) ), // DataPilot Migration - Cache&&Performance in ScSheetDPData()
66 … aCacheTable( pD, GetCacheId() ) // base class ID is initialized with the GetCacheId call above in ScSheetDPData()
86 !(pD->GetFormatTable()-> in ScSheetDPData()
H A Ddptabsrc.cxx121 ScDPSource::ScDPSource( ScDPTableData* pD ) : in ScDPSource() argument
122 pData( pD ), in ScDPSource()
/trunk/main/sc/source/core/inc/
H A Daddinlis.hxx55 ScDocument* pD );
H A Dddelink.hxx56 ScDdeLink( ScDocument* pD,
59 ScDdeLink( ScDocument* pD, SvStream& rStream, ScMultipleReadHeader& rHdr );
60 ScDdeLink( ScDocument* pD, const ScDdeLink& rOther );
/trunk/main/sc/source/core/tool/
H A Dddelink.cxx53 ScDdeLink::ScDdeLink( ScDocument* pD, const String& rA, const String& rT, const String& rI, in ScDdeLink() argument
56 pDoc( pD ), in ScDdeLink()
73 ScDdeLink::ScDdeLink( ScDocument* pD, const ScDdeLink& rOther ) : in ScDdeLink() argument
75 pDoc ( pD ), in ScDdeLink()
87 ScDdeLink::ScDdeLink( ScDocument* pD, SvStream& rStream, ScMultipleReadHeader& rHdr ) : in ScDdeLink() argument
89 pDoc( pD ), in ScDdeLink()
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx133 pZelle = new ScFormulaCell( pD, aScPos, pErgebnis ); in Formula()
134 pD->PutCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pZelle, (sal_Bool)sal_True ); in Formula()
140 pD->GetCellType( aScPos.Col(), aScPos.Row(), aScPos.Tab(), eCellType ); in Formula()
143 pD->GetCell( aScPos.Col(), aScPos.Row(), aScPos.Tab(), pBaseCell ); in Formula()
H A Dexcimp8.cxx126 ScDocOptions aOpt = pD->GetDocOptions(); in Calccount()
128 pD->SetDocOptions( aOpt ); in Calccount()
136 pD->SetDocOptions( aOpt ); in Precision()
142 ScDocOptions aOpt = pD->GetDocOptions(); in Delta()
144 pD->SetDocOptions( aOpt ); in Delta()
150 ScDocOptions aOpt = pD->GetDocOptions(); in Iteration()
152 pD->SetDocOptions( aOpt ); in Iteration()
173 pD->MakeTable( nScTab ); in Boundsheet()
183 if( !pD->RenameTab( nScTab, aName ) ) in Boundsheet()
185 pD->CreateValidTabName( aName ); in Boundsheet()
[all …]
H A Dimpop.cxx102 pD = pDoc; in ImportTyp()
149 ScDocOptions aOpt = pD->GetDocOptions(); in ImportExcel()
151 pD->SetDocOptions( aOpt ); in ImportExcel()
158 pD->SetDocOptions( aDocOpt ); in ImportExcel()
564 pD->SetDocOptions( aOpt ); in Rec1904()
732 pD->MakeTable( nScTab ); in Boundsheet()
741 pD->RenameTab( nScTab, aName ); in Boundsheet()
808 pD->SetViewOptions( aOpts ); in Hideobj()
1180 pD->MakeTable( nTab ); in NeueTabelle()
1334 pD->SetRepeatRowRange( n, p ); in PostDocLoad()
[all …]
H A Dread.cxx715 pD->SetVisible( GetCurrScTab(), sal_False ); in Read()
754 pD->CalcAfterLoad(); in Read()
874 pD->SetVisible( GetCurrScTab(), sal_False ); in Read()
1213 if (pD->IsAdjustHeightEnabled()) in Read()
1218 pD->CalcAfterLoad(); in Read()
/trunk/main/sc/source/filter/inc/
H A Dexp_op.hxx43 ScDocument* pD; // Dokument member in ExportTyp
50 pD = pDoc; in ExportTyp()
H A Dimp_op.hxx55 ScDocument* pD; // Dokument member in ImportTyp
/trunk/main/sc/source/filter/lotus/
H A Dexpop.cxx94 pD->GetPrintArea( 0, nEndCol, nEndRow ); in Dimensions()
131 nWidth = pD->GetColWidth( static_cast<SCCOL>(nCol), 0 ); in Colw()
351 ScDocumentIterator aIter( pD, 0, 0 ); in Write()
H A Dlotimpop.cxx145 if( !pD->HasTable( static_cast<SCTAB> (nLTab) ) ) in Columnwidth()
146 pD->MakeTable( static_cast<SCTAB> (nLTab) ); in Columnwidth()
256 pD->PutCell( aAddr.Col(), aAddr.Row(), aAddr.Tab(), in Numbercell()
269 pD->PutCell( aAddr.Col(), aAddr.Row(), aAddr.Tab(), in Smallnumcell()
292 ScFormulaCell* pZelle = new ScFormulaCell( pD, aAddr, pErg ); in Formulacell()
296 pD->PutCell( aAddr.Col(), aAddr.Row(), aAddr.Tab(), pZelle, (sal_Bool)sal_True ); in Formulacell()
333pD->SetRowFlags( static_cast<SCROW> (nRow), static_cast<SCTAB> (nLTab), pD->GetRowFlags( static_ca… in RowPresentation()
351 if( pD->HasTable( static_cast<SCTAB> (nLTab) ) ) in NamedSheet()
352 pD->RenameTab( static_cast<SCTAB> (nLTab), aName ); in NamedSheet()
354 pD->InsertTab( static_cast<SCTAB> (nLTab), aName ); in NamedSheet()
[all …]

Completed in 112 milliseconds

123