Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A DSpellDialog.cxx1256 ESelection aCurrentSelection(m_xEditView->GetSelection()); in KeyInput() local
1257 aCurrentSelection.Adjust(); in KeyInput()
1263 bool bHasRange = aCurrentSelection.HasRange(); in KeyInput()
1269 auto nCursor = aCurrentSelection.nStartPos; in KeyInput()
1280 pBackAttr->nStart == aCurrentSelection.nStartPos && in KeyInput()
1281 pBackAttr->nEnd == aCurrentSelection.nEndPos) in KeyInput()
1287 pErrorAttr->nEnd >= aCurrentSelection.nEndPos) in KeyInput()
1294 while (nCursor < aCurrentSelection.nEndPos) in KeyInput()
1680 ESelection aCurrentSelection = m_xEditView->GetSelection(); in MoveErrorMarkTo() local
1681 aCurrentSelection.Adjust(); in MoveErrorMarkTo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A DSpellDialog.cxx1253 ESelection aCurrentSelection(m_xEditView->GetSelection()); in KeyInput() local
1254 aCurrentSelection.Adjust(); in KeyInput()
1260 bool bHasRange = aCurrentSelection.HasRange(); in KeyInput()
1266 auto nCursor = aCurrentSelection.nStartPos; in KeyInput()
1277 pBackAttr->nStart == aCurrentSelection.nStartPos && in KeyInput()
1278 pBackAttr->nEnd == aCurrentSelection.nEndPos) in KeyInput()
1284 pErrorAttr->nEnd >= aCurrentSelection.nEndPos) in KeyInput()
1291 while (nCursor < aCurrentSelection.nEndPos) in KeyInput()
1677 ESelection aCurrentSelection = m_xEditView->GetSelection(); in MoveErrorMarkTo() local
1678 aCurrentSelection.Adjust(); in MoveErrorMarkTo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/app/
H A DAppController.cxx2701 Sequence< NamedValue > aCurrentSelection; in select() local
2702 if ( (_aSelection >>= aCurrentSelection) && aCurrentSelection.hasElements() ) in select()
2705 const NamedValue* pIter = aCurrentSelection.getConstArray(); in select()
2706 const NamedValue* pEnd = pIter + aCurrentSelection.getLength(); in select()
2810 Sequence< NamedDatabaseObject > aCurrentSelection; in getSelection() local
2814 getContainer()->describeCurrentSelectionForType( eType, aCurrentSelection ); in getSelection()
2815 if ( !aCurrentSelection.hasElements() ) in getSelection()
2818 aCurrentSelection.realloc(1); in getSelection()
2819 aCurrentSelection[0].Name = getDatabaseName(); in getSelection()
2822 case E_TABLE: aCurrentSelection[0].Type = DatabaseObjectContainer::TABLES; break; in getSelection()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/app/
H A DAppController.cxx2679 Sequence< NamedValue > aCurrentSelection; in select() local
2680 if ( (_aSelection >>= aCurrentSelection) && aCurrentSelection.hasElements() ) in select()
2683 const NamedValue* pIter = aCurrentSelection.getConstArray(); in select()
2684 const NamedValue* pEnd = pIter + aCurrentSelection.getLength(); in select()
2788 Sequence< NamedDatabaseObject > aCurrentSelection; in getSelection() local
2792 getContainer()->describeCurrentSelectionForType( eType, aCurrentSelection ); in getSelection()
2793 if ( !aCurrentSelection.hasElements() ) in getSelection()
2796 aCurrentSelection.realloc(1); in getSelection()
2797 aCurrentSelection[0].Name = getDatabaseName(); in getSelection()
2800 case E_TABLE: aCurrentSelection[0].Type = DatabaseObjectContainer::TABLES; break; in getSelection()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/dialog/
H A DSwSpellDialogChildWindow.cxx809 ESelection aCurrentSelection = pOLV->GetSelection(); in SpellDrawText_Impl() local
810 if(m_pSpellState->m_aStartDrawingSelection.nEndPara < aCurrentSelection.nEndPara || in SpellDrawText_Impl()
811 (m_pSpellState->m_aStartDrawingSelection.nEndPara == aCurrentSelection.nEndPara && in SpellDrawText_Impl()
812 m_pSpellState->m_aStartDrawingSelection.nEndPos < aCurrentSelection.nEndPos)) in SpellDrawText_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/dialog/
H A DSwSpellDialogChildWindow.cxx817 ESelection aCurrentSelection = pOLV->GetSelection(); in SpellDrawText_Impl() local
818 if(m_pSpellState->m_aStartDrawingSelection.nEndPara < aCurrentSelection.nEndPara || in SpellDrawText_Impl()
819 (m_pSpellState->m_aStartDrawingSelection.nEndPara == aCurrentSelection.nEndPara && in SpellDrawText_Impl()
820 m_pSpellState->m_aStartDrawingSelection.nEndPos < aCurrentSelection.nEndPos)) in SpellDrawText_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/forms/source/richtext/
H A Drichtextimplcontrol.cxx151 ESelection aCurrentSelection = m_pView->GetSelection(); in updateAllAttributes() local
152 if ( aCurrentSelection != m_aLastKnownSelection ) in updateAllAttributes()
154 m_aLastKnownSelection = aCurrentSelection; in updateAllAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/forms/source/richtext/
H A Drichtextimplcontrol.cxx147 ESelection aCurrentSelection = m_pView->GetSelection(); in updateAllAttributes() local
148 if ( aCurrentSelection != m_aLastKnownSelection ) in updateAllAttributes()
150 m_aLastKnownSelection = aCurrentSelection; in updateAllAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DOutliner.cxx393 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence() local
395 && maStartSelection < aCurrentSelection) in GetNextSpellSentence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DOutliner.cxx404 ESelection aCurrentSelection (pOutlinerView->GetSelection()); in GetNextSpellSentence() local
406 && maStartSelection < aCurrentSelection) in GetNextSpellSentence()