Lines Matching refs:theParam
399 ScQueryParam theParam( theQueryData ); in GetOutputItem() local
409 theParam.GetEntry(i).bDoQuery = bDoThis; in GetOutputItem()
413 ScQueryEntry& rEntry = theParam.GetEntry(i); in GetOutputItem()
447 theParam.GetEntry(1).eConnect = (nConnect1 != LISTBOX_ENTRY_NOTFOUND) in GetOutputItem()
450 theParam.GetEntry(2).eConnect = (nConnect2 != LISTBOX_ENTRY_NOTFOUND) 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()
464 pOutItem = new ScQueryItem( nWhichQuery, &theParam ); in GetOutputItem()