/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLExportDataPilot.cxx | 186 if(!((aQueryParam.nCol1 == aQueryParam.nCol2) && (aQueryParam.nRow1 == aQueryParam.nRow2) && in WriteDPFilter() 188 (aQueryParam.nCol1 == 0) && (aQueryParam.nTab == SCTAB_MAX))) in WriteDPFilter() 190 ScRange aConditionRange(aQueryParam.nCol1, aQueryParam.nRow1, aQueryParam.nTab, in WriteDPFilter() 191 aQueryParam.nCol2, aQueryParam.nRow2, aQueryParam.nTab); in WriteDPFilter() 202 WriteDPCondition(aQueryParam.GetEntry(0), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 209 WriteDPCondition(aQueryParam.GetEntry(j), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 217 WriteDPCondition(aQueryParam.GetEntry(j), aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 243 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 254 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() 269 WriteDPCondition(aPrevFilterField, aQueryParam.bCaseSens, aQueryParam.bRegExp); in WriteDPFilter() [all …]
|
H A D | XMLExportDataPilot.hxx | 50 void WriteDPFilter(const ScQueryParam& aQueryParam);
|
H A D | xmldpimp.cxx | 437 aSheetDesc.aQueryParam = aSourceQueryParam; in EndElement()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 929 aQueryParam( rParam ), in ScUndoQuery() 971 sal_Bool bCopy = !aQueryParam.bInplace; in Undo() 976 nDestEndCol = aQueryParam.nDestCol + ( aQueryParam.nCol2-aQueryParam.nCol1 ); in Undo() 977 nDestEndRow = aQueryParam.nDestRow + ( aQueryParam.nRow2-aQueryParam.nRow1 ); in Undo() 979 ScDBData* pData = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in Undo() 993 aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo() 999 aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo() 1001 pDoc->DeleteAreaTab( aQueryParam.nDestCol, aQueryParam.nDestRow, in Undo() 1006 pUndoDoc->CopyToDocument( aQueryParam.nDestCol, aQueryParam.nDestRow, aQueryParam.nDestTab, in Undo() 1019 pUndoDoc->CopyToDocument( 0, aQueryParam.nRow1, nTab, MAXCOL, aQueryParam.nRow2, nTab, in Undo() [all …]
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 251 ScQueryParam aQueryParam; in RepeatDB() local 252 pDBData->GetQueryParam( aQueryParam ); in RepeatDB() 268 if (bQuery && !aQueryParam.bInplace) in RepeatDB() 270 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() 271 aQueryParam.nDestTab, sal_True ); in RepeatDB() 379 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() 380 aQueryParam.nDestTab, sal_True ); in RepeatDB() 482 ScQueryParam aQueryParam; in Sort() local 483 pDBData->GetQueryParam( aQueryParam ); in Sort() 484 if ( aQueryParam.GetEntry(0).bDoQuery ) in Sort() [all …]
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwshc.cxx | 169 ScQueryParam aQueryParam; in CreateRefDialog() local 175 pDBData->GetQueryParam( aQueryParam ); in CreateRefDialog() 177 ScQueryItem aItem( SCITEM_QUERYDATA, GetViewData(), &aQueryParam ); in CreateRefDialog() 194 ScQueryParam aQueryParam; in CreateRefDialog() local 200 pDBData->GetQueryParam( aQueryParam ); in CreateRefDialog() 204 &aQueryParam ) ); in CreateRefDialog()
|
H A D | pivotsh.cxx | 110 ScQueryParam aQueryParam; in Execute() local 116 aQueryParam = pDesc->aQueryParam; in Execute() 123 aArgSet.Put( ScQueryItem( SCITEM_QUERYDATA, pViewData, &aQueryParam ) ); in Execute() 143 aNewDesc.aQueryParam = rQueryItem.GetQueryData(); in Execute()
|
H A D | dbfunc3.cxx | 2220 ScQueryParam aQueryParam; in RepeatDB() local 2221 pDBData->GetQueryParam( aQueryParam ); in RepeatDB() 2237 if (bQuery && !aQueryParam.bInplace) in RepeatDB() 2239 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() 2240 aQueryParam.nDestTab, sal_True ); in RepeatDB() 2322 aAdvSource.aStart.Tab(), aQueryParam ); in RepeatDB() 2323 Query( aQueryParam, &aAdvSource, sal_False ); in RepeatDB() 2326 Query( aQueryParam, NULL, sal_False ); in RepeatDB() 2329 if ( !aQueryParam.bInplace && aQueryParam.nDestTab != nTab ) in RepeatDB() 2350 ScDBData* pDest = pDoc->GetDBAtCursor( aQueryParam.nDestCol, aQueryParam.nDestRow, in RepeatDB() [all …]
|
H A D | gridwin2.cxx | 205 ScQueryParam aQueryParam; in DoPushButton() local 211 aQueryParam = pDesc->aQueryParam; in DoPushButton() 217 aArgSet.Put( ScQueryItem( SCITEM_QUERYDATA, pViewData, &aQueryParam ) ); in DoPushButton() 236 aNewDesc.aQueryParam = rQueryItem.GetQueryData(); in DoPushButton()
|
H A D | gridwin4.cxx | 1413 ScQueryParam aQueryParam; in IsAutoFilterActive() local 1416 pDBData->GetQueryParam( aQueryParam ); in IsAutoFilterActive() 1426 if ( !aQueryParam.bInplace ) in IsAutoFilterActive() 1432 if ( aQueryParam.GetEntry(nQuery).bDoQuery ) in IsAutoFilterActive() 1434 if (aQueryParam.GetEntry(nQuery).nField == nCol) in IsAutoFilterActive() 1438 if (aQueryParam.GetEntry(nQuery).eConnect != SC_AND) in IsAutoFilterActive()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpobject.cxx | 288 pSheetDesc->aQueryParam.nCol2 = pSheetDesc->aSourceRange.aEnd.Col(); in SetSheetDesc() 289 pSheetDesc->aQueryParam.nRow2 = pSheetDesc->aSourceRange.aEnd.Row();; in SetSheetDesc() 290 pSheetDesc->aQueryParam.bHasHeader = sal_True; in SetSheetDesc() 745 aNewDesc.aQueryParam = pSheetDesc->aQueryParam; in UpdateReference() 746 … aNewDesc.aQueryParam.nCol1 = sal::static_int_cast<SCCOL>( aNewDesc.aQueryParam.nCol1 + nDiffX ); in UpdateReference() 747 … aNewDesc.aQueryParam.nCol2 = sal::static_int_cast<SCCOL>( aNewDesc.aQueryParam.nCol2 + nDiffX ); in UpdateReference() 748 aNewDesc.aQueryParam.nRow1 += nDiffY; //! used? in UpdateReference() 749 aNewDesc.aQueryParam.nRow2 += nDiffY; //! used? in UpdateReference() 750 SCSIZE nEC = aNewDesc.aQueryParam.GetEntryCount(); in UpdateReference() 752 if (aNewDesc.aQueryParam.GetEntry(i).bDoQuery) in UpdateReference() [all …]
|
H A D | dpshttab.cxx | 62 aQuery ( rDesc.aQueryParam ), in ScSheetDPData()
|
/aoo42x/main/sc/inc/ |
H A D | dpshttab.hxx | 52 ScQueryParam aQueryParam; member 56 aQueryParam == rOther.aQueryParam; } in operator ==()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | dbcolect.cxx | 67 ScQueryParam aQueryParam; in ScDBData() local 82 SetQueryParam( aQueryParam ); in ScDBData()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 285 ScQueryParam aQueryParam; member in ScUndoQuery
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 1590 rParam = pDPObj->GetSheetDesc()->aQueryParam; in GetData() 1604 aSheetDesc.aQueryParam = rParam; in PutData()
|