/aoo42x/main/sc/source/core/data/ |
H A D | sortparam.cxx | 49 bInplace(r.bInplace), in ScSortParam() 71 bByRow=bIncludePattern=bInplace = sal_True; in Clear() 97 bInplace = r.bInplace; in operator =() 137 && (bInplace == rOther.bInplace) in operator ==() 162 bInplace(sal_True), in ScSortParam() 219 bInplace(sal_True), in ScSortParam() 237 if (!bInplace) in MoveToDest() 252 bInplace = sal_True; in MoveToDest()
|
H A D | table3.cxx | 1489 if (!aParam.bInplace) in Query() 1497 if (aParam.bInplace) in Query() 1553 if (aParam.bInplace) in Query() 1582 if (aParam.bInplace && bStarted) in Query() 1633 if (aParam.bInplace) in Query()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | queryparam.cxx | 43 bHasHeader(r.bHasHeader), bByRow(r.bByRow), bInplace(r.bInplace), bCaseSens(r.bCaseSens), in ScQueryParamBase() 210 bInplace = bByRow = bDuplicate = sal_True; in Clear() 240 bInplace = r.bInplace; in operator =() 277 && (bInplace == rOther.bInplace) in operator ==() 298 if (!bInplace) in MoveToDest() 313 bInplace = sal_True; in MoveToDest()
|
H A D | dbcolect.cxx | 448 rSortParam.bInplace = bSortInplace; in GetSortParam() 469 bSortInplace = rSortParam.bInplace; in SetSortParam() 497 rQueryParam.bInplace = bQueryInplace; in GetQueryParam() 531 bQueryInplace = rQueryParam.bInplace; in SetQueryParam()
|
H A D | doubleref.cxx | 276 pParam->bInplace = true; in fillQueryOptions()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 268 if (bQuery && !aQueryParam.bInplace) in RepeatDB() 434 sal_Bool bCopy = !rSortParam.bInplace; in Sort() 489 if ( aQueryParam.bInplace || in Sort() 568 if ( aOldSortParam.bDoSort[0] && aOldSortParam.bInplace ) // Inplace-Sortierung gemerkt? in Sort() 671 if ( !rQueryParam.bInplace && pDBData->HasQueryParam() && rQueryParam.bDestPers ) in Query() 675 if (aOldQuery.bInplace) in Query() 688 sal_Bool bCopy = !rQueryParam.bInplace; // kopiert wird in Table::Query in Query() 901 sal_Bool bSave = rQueryParam.bInplace || rQueryParam.bDestPers; in Query()
|
H A D | docsh3.cxx | 357 void ScDocShell::SetInplace( sal_Bool bInplace ) in SetInplace() argument 359 if (bIsInplace != bInplace) in SetInplace() 361 bIsInplace = bInplace; in SetInplace()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | sfiltdlg.cxx | 381 theOutParam.bInplace = sal_False; in IMPL_LINK() 388 theOutParam.bInplace = sal_True; in IMPL_LINK()
|
H A D | tpsort.cxx | 777 if ( pDoc && !rSortData.bInplace ) in Reset() 823 theSortData.bInplace = !aBtnCopyResult.IsChecked(); in FillItemSet()
|
H A D | foptmgr.cxx | 204 if ( !rQueryData.bInplace ) in Init()
|
H A D | filtdlg.cxx | 656 theParam.bInplace = sal_False; in GetOutputItem() 663 theParam.bInplace = sal_True; in GetOutputItem()
|
H A D | pfiltdlg.cxx | 453 theParam.bInplace = sal_False; in GetOutputItem()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc.cxx | 280 if ( bSuccess && !rSortParam.bInplace ) in Sort() 302 sal_Bool bCopy = !rQueryParam.bInplace; in Query()
|
H A D | cellsh2.cxx | 438 aSortParam.bInplace = sal_True; in ExecuteDB() 479 aSortParam.bInplace = sal_True; // von Basic immer in ExecuteDB() 562 if ( rOutParam.bInplace ) in ExecuteDB()
|
H A D | gridwin4.cxx | 1275 if (!pQueryParam->bInplace) in DrawButtons() 1426 if ( !aQueryParam.bInplace ) in IsAutoFilterActive()
|
H A D | dbfunc3.cxx | 2237 if (bQuery && !aQueryParam.bInplace) in RepeatDB() 2329 if ( !aQueryParam.bInplace && aQueryParam.nDestTab != nTab ) in RepeatDB()
|
H A D | gridwin.cxx | 1266 if (!aParam.bInplace) in ExecFilter() 1297 aParam.bInplace = sal_True; in ExecFilter()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | excimp8.cxx | 397 aParam.bInplace = sal_True; in XclImpAutoFilterData() 629 aParam.bInplace = sal_False; in SetExtractPos()
|
H A D | excrecds.cxx | 882 if( !aParam.bInplace ) in ExcAutoFilterRecs()
|
/aoo42x/main/sc/inc/ |
H A D | sortparam.hxx | 51 sal_Bool bInplace; member
|
H A D | queryparam.hxx | 38 bool bInplace; member
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | tpsort.cxx | 794 if ( pDoc && !rSortData.bInplace ) in Reset() 841 theSortData.bInplace = !aBtnCopyResult.IsChecked(); in FillItemSet()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 370 ScUnoHelpFunctions::SetBoolInAny( pArray[5].Value, !rParam.bInplace ); in FillProperties() 479 rParam.bInplace = !ScUnoHelpFunctions::GetBoolFromAny( rProp.Value ); in FillSortParam() 1430 aParam.bInplace = !(ScUnoHelpFunctions::GetBoolFromAny( aValue )); in setPropertyValue() 1482 ScUnoHelpFunctions::SetBoolInAny( aRet, !(aParam.bInplace) ); in getPropertyValue()
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 839 if ( !aSortParam.bInplace ) in Undo() 902 if ( !aSortParam.bInplace ) in Redo() 971 sal_Bool bCopy = !aQueryParam.bInplace; in Undo()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 348 void SetInplace( sal_Bool bInplace );
|