Home
last modified time | relevance | path

Searched refs:theParam (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx398 ScQueryParam theParam( theQueryData ); in GetOutputItem() local
408 theParam.GetEntry(i).bDoQuery = bDoThis; in GetOutputItem()
412 ScQueryEntry& rEntry = theParam.GetEntry(i); in GetOutputItem()
446 theParam.GetEntry(1).eConnect = (nConnect1 != LISTBOX_ENTRY_NOTFOUND) in GetOutputItem()
449 theParam.GetEntry(2).eConnect = (nConnect2 != LISTBOX_ENTRY_NOTFOUND) 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()
[all …]
H A Dfiltdlg.cxx639 ScQueryParam theParam( theQueryData ); in GetOutputItem() local
656 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()
669 theParam.bHasHeader = aBtnHeader.IsChecked(); in GetOutputItem()
[all …]