Searched refs:theParam (Results 1 – 2 of 2) sorted by relevance
399 ScQueryParam theParam( theQueryData ); in GetOutputItem() local409 theParam.GetEntry(i).bDoQuery = bDoThis; in GetOutputItem()413 ScQueryEntry& rEntry = theParam.GetEntry(i); in GetOutputItem()454 theParam.bInplace = sal_False; in GetOutputItem()455 theParam.nDestTab = 0; // Woher kommen diese Werte? in GetOutputItem()456 theParam.nDestCol = 0; in GetOutputItem()457 theParam.nDestRow = 0; in GetOutputItem()459 theParam.bDuplicate = !aBtnUnique.IsChecked(); in GetOutputItem()460 theParam.bCaseSens = aBtnCase.IsChecked(); in GetOutputItem()461 theParam.bRegExp = aBtnRegExp.IsChecked(); in GetOutputItem()[all …]
639 ScQueryParam theParam( theQueryData ); in GetOutputItem() local656 theParam.bInplace = sal_False; in GetOutputItem()657 theParam.nDestTab = theCopyPos.Tab(); in GetOutputItem()658 theParam.nDestCol = theCopyPos.Col(); in GetOutputItem()659 theParam.nDestRow = theCopyPos.Row(); in GetOutputItem()663 theParam.bInplace = sal_True; in GetOutputItem()664 theParam.nDestTab = 0; in GetOutputItem()665 theParam.nDestCol = 0; in GetOutputItem()666 theParam.nDestRow = 0; in GetOutputItem()670 theParam.bByRow = sal_True; in GetOutputItem()[all …]
Completed in 33 milliseconds