Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dsortparam.cxx49 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 Dtable3.cxx1489 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()
/trunk/main/sc/source/core/tool/
H A Dqueryparam.cxx43 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 Ddbcolect.cxx448 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 Ddoubleref.cxx276 pParam->bInplace = true; in fillQueryOptions()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx268 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 Ddocsh3.cxx357 void ScDocShell::SetInplace( sal_Bool bInplace ) in SetInplace() argument
359 if (bIsInplace != bInplace) in SetInplace()
361 bIsInplace = bInplace; in SetInplace()
/trunk/main/sc/source/ui/dbgui/
H A Dsfiltdlg.cxx381 theOutParam.bInplace = sal_False; in IMPL_LINK()
388 theOutParam.bInplace = sal_True; in IMPL_LINK()
H A Dtpsort.cxx777 if ( pDoc && !rSortData.bInplace ) in Reset()
823 theSortData.bInplace = !aBtnCopyResult.IsChecked(); in FillItemSet()
H A Dfoptmgr.cxx204 if ( !rQueryData.bInplace ) in Init()
H A Dfiltdlg.cxx656 theParam.bInplace = sal_False; in GetOutputItem()
663 theParam.bInplace = sal_True; in GetOutputItem()
H A Dpfiltdlg.cxx453 theParam.bInplace = sal_False; in GetOutputItem()
/trunk/main/sc/source/ui/view/
H A Ddbfunc.cxx280 if ( bSuccess && !rSortParam.bInplace ) in Sort()
302 sal_Bool bCopy = !rQueryParam.bInplace; in Query()
H A Dcellsh2.cxx438 aSortParam.bInplace = sal_True; in ExecuteDB()
479 aSortParam.bInplace = sal_True; // von Basic immer in ExecuteDB()
562 if ( rOutParam.bInplace ) in ExecuteDB()
H A Dgridwin4.cxx1275 if (!pQueryParam->bInplace) in DrawButtons()
1426 if ( !aQueryParam.bInplace ) in IsAutoFilterActive()
H A Ddbfunc3.cxx2237 if (bQuery && !aQueryParam.bInplace) in RepeatDB()
2329 if ( !aQueryParam.bInplace && aQueryParam.nDestTab != nTab ) in RepeatDB()
H A Dgridwin.cxx1266 if (!aParam.bInplace) in ExecFilter()
1297 aParam.bInplace = sal_True; in ExecFilter()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx397 aParam.bInplace = sal_True; in XclImpAutoFilterData()
629 aParam.bInplace = sal_False; in SetExtractPos()
H A Dexcrecds.cxx882 if( !aParam.bInplace ) in ExcAutoFilterRecs()
/trunk/main/sc/inc/
H A Dsortparam.hxx51 sal_Bool bInplace; member
H A Dqueryparam.hxx38 bool bInplace; member
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx794 if ( pDoc && !rSortData.bInplace ) in Reset()
841 theSortData.bInplace = !aBtnCopyResult.IsChecked(); in FillItemSet()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx370 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()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx839 if ( !aSortParam.bInplace ) in Undo()
902 if ( !aSortParam.bInplace ) in Redo()
971 sal_Bool bCopy = !aQueryParam.bInplace; in Undo()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx348 void SetInplace( sal_Bool bInplace );

Completed in 177 milliseconds