Searched refs:GetCondResult (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 643 pCondSet = pDoc->GetCondResult( nX, nY, nTab ); in FindRotated() 665 const SfxItemSet* pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_GetRotateDir() 698 const SfxItemSet* pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_FindBackground() 713 pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_FindBackground() 725 pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_FindBackground() 1278 const SfxItemSet* pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_FindHorLine() 1462 pCondSet = pDoc->GetCondResult( nX, nY, nTab ); in DrawRotatedFrame()
|
H A D | output2.cxx | 1498 pCondSet = pDoc->GetCondResult( nCellX, nCellY, nTab ); in DrawStrings() 1504 pCondSet = pDoc->GetCondResult( nCellX, nCellY, nTab ); in DrawStrings() 2225 pCondSet = pDoc->GetCondResult( nCellX, nCellY, nTab ); in DrawEdit() 3071 pCondSet = pDoc->GetCondResult( nX, nY, nTab ); in DrawRotated()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen6.cxx | 174 pCondSet = GetCondResult( nCol, nRow, nTab ); in GetScriptType()
|
H A D | fillinfo.cxx | 702 const SfxItemSet* pStartCond = GetCondResult( nStartX,nStartY,nTab ); in FillInfo() 1019 … const SfxItemSet* pCond = GetCondResult( nFirstRealDocCol, nFirstRealDocRow, nTab ); in FillInfo()
|
H A D | documen4.cxx | 644 const SfxItemSet* ScDocument::GetCondResult( SCCOL nCol, SCROW nRow, SCTAB nTab ) const in GetCondResult() function in ScDocument
|
H A D | table1.cxx | 1519 pCondSet = pDocument->GetCondResult( rCol, nRow, nTab ); in MaybeAddExtraColumn()
|
H A D | column2.cxx | 222 pCondSet = pDocument->GetCondResult( nCol, nRow, nTab ); in GetNeededSize()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 812 const SfxItemSet* pCondItemSet = pDoc->GetCondResult( nCol, nRow, nTab ); in WriteCell()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 1199 SC_DLLPUBLIC const SfxItemSet* GetCondResult( SCCOL nCol, SCROW nRow, SCTAB nTab ) const;
|
Completed in 95 milliseconds