Searched refs:theParam (Results 1 – 2 of 2) sorted by relevance
398 ScQueryParam theParam( theQueryData ); in GetOutputItem() local408 theParam.GetEntry(i).bDoQuery = bDoThis; in GetOutputItem()412 ScQueryEntry& rEntry = theParam.GetEntry(i); in GetOutputItem()453 theParam.bInplace = sal_False; in GetOutputItem()454 theParam.nDestTab = 0; // Woher kommen diese Werte? in GetOutputItem()455 theParam.nDestCol = 0; in GetOutputItem()456 theParam.nDestRow = 0; in GetOutputItem()458 theParam.bDuplicate = !aBtnUnique.IsChecked(); in GetOutputItem()459 theParam.bCaseSens = aBtnCase.IsChecked(); in GetOutputItem()460 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 16 milliseconds