Home
last modified time | relevance | path

Searched refs:aCurrentSelection (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2865 Sequence< NamedValue > aCurrentSelection; in select() local
2866 if ( (_aSelection >>= aCurrentSelection) && aCurrentSelection.getLength() ) in select()
2869 const NamedValue* pIter = aCurrentSelection.getConstArray(); in select()
2870 const NamedValue* pEnd = pIter + aCurrentSelection.getLength(); in select()
2980 Sequence< NamedDatabaseObject > aCurrentSelection; in getSelection() local
2984 getContainer()->describeCurrentSelectionForType( eType, aCurrentSelection ); in getSelection()
2985 if ( aCurrentSelection.getLength() == 0 ) in getSelection()
2988 aCurrentSelection.realloc(1); in getSelection()
2989 aCurrentSelection[0].Name = getDatabaseName(); in getSelection()
2992 case E_TABLE: aCurrentSelection[0].Type = DatabaseObjectContainer::TABLES; break; in getSelection()
[all …]
/trunk/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx873 ESelection aCurrentSelection = pOLV->GetSelection(); in SpellDrawText_Impl() local
874 if(m_pSpellState->m_aStartDrawingSelection.nEndPara < aCurrentSelection.nEndPara || in SpellDrawText_Impl()
875 (m_pSpellState->m_aStartDrawingSelection.nEndPara == aCurrentSelection.nEndPara && in SpellDrawText_Impl()
876 m_pSpellState->m_aStartDrawingSelection.nEndPos < aCurrentSelection.nEndPos)) in SpellDrawText_Impl()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx161 ESelection aCurrentSelection = m_pView->GetSelection(); in updateAllAttributes() local
162 if ( !aCurrentSelection.IsEqual( m_aLastKnownSelection ) ) in updateAllAttributes()
164 m_aLastKnownSelection = aCurrentSelection; in updateAllAttributes()
/trunk/main/sd/source/ui/view/
H A DOutliner.cxx447 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence() local
449 && maStartSelection.IsLess(aCurrentSelection)) in GetNextSpellSentence()

Completed in 34 milliseconds