Home
last modified time | relevance | path

Searched refs:aSelEntry (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx801 OTableFieldDescRef aSelEntry = _pEntry; in saveField() local
802 sal_uInt16 nColumnId = aSelEntry->GetColumnId(); in saveField()
810 aSelEntry = FindFirstFreeCol(nColumnPostion); in saveField()
811 if ( !aSelEntry.isValid() ) in saveField()
827 aSelEntry->SetFieldAlias( sColumnAlias ); in saveField()
883 aSelEntry->SetField(sParameters); in saveField()
884 if ( aSelEntry->IsGroupBy() ) in saveField()
887 aSelEntry->SetGroupBy(sal_False); in saveField()
921 sOldAlias = aSelEntry->GetAlias(); in saveField()
924 aSelEntry->SetField(sParameters); in saveField()
[all …]
/trunk/main/sc/source/ui/navipi/
H A Dnavipi.cxx1376 String aSelEntry; in GetDocNames() local
1392 aSelEntry = aEntry; // kompletter Eintrag zum Selektieren in GetDocNames()
1408 aSelEntry = aEntry; in GetDocNames()
1413 aLbDocuments.SelectEntry( aSelEntry ); in GetDocNames()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx390 String aSelEntry( GetText() ); in Select() local
394 if( aSelEntry == aClearFormatKey && GetSelectEntryPos() == 0 ) in Select()
396 aSelEntry = sDefaultStyle; in Select()
403 else if( aSelEntry == aMoreKey && GetSelectEntryPos() == ( GetEntryCount() - 1 ) ) in Select()
431 SetText( aSelEntry ); in Select()
435 aArgs[0].Value = makeAny( OUString( aSelEntry ) ); in Select()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx502 String aSelEntry = pLb->GetSelectEntry(); in IMPL_LINK() local
506 if ( aSelEntry == aStrUndefined ) in IMPL_LINK()
525 if ( aSelEntry == aStrUndefined ) in IMPL_LINK()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx497 String aSelEntry = pLb->GetSelectEntry(); in IMPL_LINK() local
501 if ( aSelEntry == aStrUndefined ) in IMPL_LINK()
520 if ( aSelEntry == aStrUndefined ) in IMPL_LINK()

Completed in 58 milliseconds