Searched refs:aCurrentSelection (Results 1 – 4 of 4) sorted by relevance
2865 Sequence< NamedValue > aCurrentSelection; in select() local2866 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() local2984 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 …]
873 ESelection aCurrentSelection = pOLV->GetSelection(); in SpellDrawText_Impl() local874 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()
161 ESelection aCurrentSelection = m_pView->GetSelection(); in updateAllAttributes() local162 if ( !aCurrentSelection.IsEqual( m_aLastKnownSelection ) ) in updateAllAttributes()164 m_aLastKnownSelection = aCurrentSelection; in updateAllAttributes()
447 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence() local449 && maStartSelection.IsLess(aCurrentSelection)) in GetNextSpellSentence()
Completed in 174 milliseconds