Home
last modified time | relevance | path

Searched refs:getCurrentDocument (Results 1 – 25 of 70) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.tests.ui/Ant Editor Tests/org/eclipse/ant/tests/ui/editor/
H A DCodeCompletionTest.java124 int lineOffset = getCurrentDocument().getLineOffset(lineNumber); in testPropertyProposals()
134 lineOffset = getCurrentDocument().getLineOffset(lineNumber); in testPropertyProposals()
248 … proposals = processor.getTargetAttributeValueProposals(getCurrentDocument(), getCurrentDocument()… in testTargetDependProposals()
256 lineOffset = getCurrentDocument().getLineOffset(lineNumber); in testTargetDependProposals()
260 …proposals = processor.getTargetAttributeValueProposals(getCurrentDocument(), getCurrentDocument().… in testTargetDependProposals()
372 … proposals = processor.getTargetAttributeValueProposals(getCurrentDocument(), getCurrentDocument()… in testTargetIfProposals()
390 … proposals = processor.getTargetAttributeValueProposals(getCurrentDocument(), getCurrentDocument()… in testTargetUnlessProposals()
680 …proposals = processor.getTaskProposals(getCurrentDocument(), processor.getParentName(getCurrentDoc… in testMixedElements()
1058 lineOffset = getCurrentDocument().getLineOffset(lineNumber); in testAttributeValueProposals()
1068 lineOffset = getCurrentDocument().getLineOffset(lineNumber); in testAttributeValueProposals()
[all …]
H A DAntEditorContentOutlineTests.java49 String wholeDocumentString = getCurrentDocument().get(); in testCreationOfOutlineTree()
106 return offset - getCurrentDocument().getLineOffset(line - 1) + 1; in getColumn()
110 return getCurrentDocument().getLineOfOffset(element.getOffset()) + 1; in getStartingRow()
114 return getCurrentDocument().getLineOfOffset(element.getOffset() + element.getLength() - 1) + 1; in getEndingRow()
142 int offset = getCurrentDocument().get().indexOf("target name=\"main\""); //$NON-NLS-1$ in testParsingOfNonValidFile()
172 String wholeDocumentString = getCurrentDocument().get(); in testAdvancedTaskLocation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx174 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getScreenUpdating()
183 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setScreenUpdating()
191 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getDisplayStatusBar()
205 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setDisplayStatusBar()
224 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getInteractive()
245 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setInteractive()
273 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getCaption()
289 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setCaption()
311 xModel = getCurrentDocument(); in OnKey()
347 xModel = getCurrentDocument(); in Run()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx175 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getScreenUpdating()
184 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setScreenUpdating()
192 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getDisplayStatusBar()
206 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setDisplayStatusBar()
225 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getInteractive()
246 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setInteractive()
274 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getCaption()
290 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setCaption()
312 xModel = getCurrentDocument(); in OnKey()
348 xModel = getCurrentDocument(); in Run()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaapplication.cxx264 uno::Reference< frame::XModel > xModel( getCurrentDocument() ); in getSelection()
423 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getActiveWindow()
456 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setStatusBar()
544 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in Names()
689 PointerStyle nPointerStyle = getPointerStyle(getCurrentDocument()); in getCursor()
810 dispatchRequests( getCurrentDocument(), ".uno:FullScreen" ); in setDisplayFullScreen()
903 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in Calculate()
1221 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Intersect()
1273 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Union()
1291 uno::Reference< frame::XModel > xModel( getCurrentDocument() ); in Volatile()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaapplication.cxx260 uno::Reference< frame::XModel > xModel( getCurrentDocument() ); in getSelection()
419 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in getActiveWindow()
452 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in setStatusBar()
540 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in Names()
685 PointerStyle nPointerStyle = getPointerStyle(getCurrentDocument()); in getCursor()
806 dispatchRequests( getCurrentDocument(), ".uno:FullScreen" ); in setDisplayFullScreen()
899 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in Calculate()
1217 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Intersect()
1269 return lclCreateVbaRange( mxContext, getCurrentDocument(), aList ); in Union()
1287 uno::Reference< frame::XModel > xModel( getCurrentDocument() ); in Volatile()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbaapplication.cxx175 return new SwVbaDocument( this, mxContext, getCurrentDocument() ); in getActiveDocument()
182 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getActiveSwVbaWindow()
227 return new SwVbaSelection( this, mxContext, getCurrentDocument() ); in getSelection()
258 … uno::Reference< word::XDialogs > xCol( new SwVbaDialogs( this, mxContext, getCurrentDocument() )); in Dialogs()
267 uno::Reference< text::XTextDocument > xTextDoc( getCurrentDocument(), uno::UNO_QUERY_THROW ); in ListGalleries()
392 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in setStatusBar()
493 SwVbaApplication::getCurrentDocument() in getCurrentDocument() function in SwVbaApplication
565 uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); in FileSave()
584 uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); in FileSaveAs()
645 uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); in FileClose()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbaapplication.cxx174 return new SwVbaDocument( this, mxContext, getCurrentDocument() ); in getActiveDocument()
181 uno::Reference< frame::XModel > xModel( getCurrentDocument(), uno::UNO_SET_THROW ); in getActiveSwVbaWindow()
226 return new SwVbaSelection( this, mxContext, getCurrentDocument() ); in getSelection()
257 … uno::Reference< word::XDialogs > xCol( new SwVbaDialogs( this, mxContext, getCurrentDocument() )); in Dialogs()
266 uno::Reference< text::XTextDocument > xTextDoc( getCurrentDocument(), uno::UNO_QUERY_THROW ); in ListGalleries()
391 uno::Reference< frame::XModel > xModel = getCurrentDocument(); in setStatusBar()
492 SwVbaApplication::getCurrentDocument() in getCurrentDocument() function in SwVbaApplication
564 uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); in FileSave()
583 uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); in FileSaveAs()
644 uno::Reference< frame::XModel > xModel( mpApp->getCurrentDocument(), uno::UNO_SET_THROW ); in FileClose()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/
H A DTextChange.java307 public IDocument getCurrentDocument(IProgressMonitor pm) throws CoreException { in getCurrentDocument() method in TextChange
324 return getCurrentDocument(pm).get(); in getCurrentContent()
331 IDocument document= getCurrentDocument(pm); in getCurrentContent()
520 IDocument document= new Document(getCurrentDocument(pm).get()); in getPreviewDocument()
H A DMultiStateTextFileChange.java396 return getCurrentDocument(monitor).get(); in getCurrentContent()
406 final IDocument document= getCurrentDocument(monitor); in getCurrentContent()
424 public final IDocument getCurrentDocument(IProgressMonitor monitor) throws CoreException { in getCurrentDocument() method in MultiStateTextFileChange
456 final IDocument document= new Document(getCurrentDocument(monitor).get()); in getPreviewContent()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Firestore/
H A DWrite.php40 public function getCurrentDocument() function in Google_Service_Firestore_Write
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/
H A DWrite.php43 public function getCurrentDocument() function in Google_Service_Firestore_Write
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DHippieCompleteAction.java265 private IDocument getCurrentDocument() { in getCurrentDocument() method in HippieCompleteAction
311 && fDocument.equals(getCurrentDocument()) in isStateValid()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/refactoring/
H A DMovedTextFileChange.java37 public IDocument getCurrentDocument(IProgressMonitor pm) throws CoreException { in getCurrentDocument() method in MovedTextFileChange
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vmisc/
H A Dvabstractvalapplication.h74 VAbstractPattern *getCurrentDocument() const;
246 inline VAbstractPattern *VAbstractValApplication::getCurrentDocument() const in getCurrentDocument() function
/dports/editors/abiword/abiword-3.0.5/plugins/command/xp/
H A DAbiCommand.h50 PD_Document * getCurrentDocument();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/nls/
H A DNLSPropertyFileModifier.java90 …PropertyFileDocumentModel model= new PropertyFileDocumentModel(textChange.getCurrentDocument(new N… in removeKeys()
112 …PropertyFileDocumentModel model= new PropertyFileDocumentModel(textChange.getCurrentDocument(new N… in addChanges()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/CodeEditor/
H A Djucer_OpenDocumentManager.h133 … OpenDocumentManager::Document* getCurrentDocument() const { return previousDocs.getLast(); } in getCurrentDocument() function
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vtools/dialogs/tools/
H A Ddialogtruedarts.cpp69 …const QString name1 = VAbstractValApplication::VApp()->getCurrentDocument()->GenerateLabel(LabelTy… in DialogTrueDarts()
71 … VAbstractValApplication::VApp()->getCurrentDocument()->GenerateLabel(LabelType::NewLabel, name1); in DialogTrueDarts()
H A Ddialogpointfromarcandtangent.cpp53 … VAbstractValApplication::VApp()->getCurrentDocument()->GenerateLabel(LabelType::NewLabel)); in DialogPointFromArcAndTangent()
H A Ddialogpointofintersection.cpp63 … VAbstractValApplication::VApp()->getCurrentDocument()->GenerateLabel(LabelType::NewLabel)); in DialogPointOfIntersection()
H A Ddialogpointofintersectionarcs.cpp56 … VAbstractValApplication::VApp()->getCurrentDocument()->GenerateLabel(LabelType::NewLabel)); in DialogPointOfIntersectionArcs()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dlatexdocument.h335 Q_INVOKABLE LatexDocument *getCurrentDocument() const;
339 Q_PROPERTY(LatexDocument *currentDocument READ getCurrentDocument)
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vbahelper/
H A Dvbaapplicationbase.hxx54 virtual css::uno::Reference< css::frame::XModel > getCurrentDocument() = 0;
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/UI/
H A Djucer_ProjectContentComponent.h62 OpenDocumentManager::Document* getCurrentDocument() const { return currentDocument; } in getCurrentDocument() function

123