LibreOffice Module sw (master)
1
|
#include <unotxdoc.hxx>
Classes | |
class | Impl |
Public Member Functions | |
SwXTextDocument (SwDocShell *pShell) | |
void | NotifyRefreshListeners () |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) override |
virtual void SAL_CALL | acquire () override throw () |
virtual void SAL_CALL | release () override throw () |
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL | queryAdapter () override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual sal_Int64 SAL_CALL | getSomething (const css::uno::Sequence< sal_Int8 > &aIdentifier) override |
virtual css::uno::Reference< css::text::XText > SAL_CALL | getText () override |
virtual void SAL_CALL | reformat () override |
virtual sal_Bool SAL_CALL | attachResource (const OUString &aURL, const css::uno::Sequence< css::beans::PropertyValue > &aArgs) override |
virtual OUString SAL_CALL | getURL () override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getArgs () override |
virtual void SAL_CALL | connectController (const css::uno::Reference< css::frame::XController > &xController) override |
virtual void SAL_CALL | disconnectController (const css::uno::Reference< css::frame::XController > &xController) override |
virtual void SAL_CALL | lockControllers () override |
virtual void SAL_CALL | unlockControllers () override |
virtual sal_Bool SAL_CALL | hasControllersLocked () override |
virtual css::uno::Reference< css::frame::XController > SAL_CALL | getCurrentController () override |
virtual void SAL_CALL | setCurrentController (const css::uno::Reference< css::frame::XController > &xController) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getCurrentSelection () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::lang::XEventListener > &aListener) override |
virtual void SAL_CALL | close (sal_Bool bDeliverOwnership) override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | getLineNumberingProperties () override |
virtual css::uno::Reference< css::container::XIndexReplace > SAL_CALL | getChapterNumberingRules () override |
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL | getNumberingRules () override |
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL | getFootnotes () override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | getFootnoteSettings () override |
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL | getEndnotes () override |
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL | getEndnoteSettings () override |
virtual css::uno::Reference< css::util::XReplaceDescriptor > SAL_CALL | createReplaceDescriptor () override |
virtual sal_Int32 SAL_CALL | replaceAll (const css::uno::Reference< css::util::XSearchDescriptor > &xDesc) override |
virtual css::uno::Reference< css::util::XSearchDescriptor > SAL_CALL | createSearchDescriptor () override |
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL | findAll (const css::uno::Reference< css::util::XSearchDescriptor > &xDesc) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | findFirst (const css::uno::Reference< css::util::XSearchDescriptor > &xDesc) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | findNext (const css::uno::Reference< css::uno::XInterface > &xStartAt, const css::uno::Reference< css::util::XSearchDescriptor > &xDesc) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getPagePrintSettings () override |
virtual void SAL_CALL | setPagePrintSettings (const css::uno::Sequence< css::beans::PropertyValue > &aSettings) override |
virtual void SAL_CALL | printPages (const css::uno::Sequence< css::beans::PropertyValue > &xOptions) override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getReferenceMarks () override |
virtual css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL | getTextFields () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getTextFieldMasters () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getEmbeddedObjects () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getBookmarks () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getTextSections () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getTextTables () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getGraphicObjects () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getTextFrames () override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getStyleFamilies () override |
virtual css::uno::Reference< css::style::XAutoStyles > SAL_CALL | getAutoStyles () override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstance (const OUString &ServiceSpecifier) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstanceWithArguments (const OUString &ServiceSpecifier, const css::uno::Sequence< css::uno::Any > &Arguments) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getAvailableServiceNames () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL | getDrawPage () override |
virtual css::uno::Reference< css::drawing::XDrawPages > SAL_CALL | getDrawPages () override |
virtual css::uno::Reference< css::container::XIndexAccess > SAL_CALL | getDocumentIndexes () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual css::beans::PropertyState SAL_CALL | getPropertyState (const OUString &rPropertyName) override |
virtual css::uno::Sequence< css::beans::PropertyState > SAL_CALL | getPropertyStates (const css::uno::Sequence< OUString > &rPropertyNames) override |
virtual void SAL_CALL | setPropertyToDefault (const OUString &rPropertyName) override |
virtual css::uno::Any SAL_CALL | getPropertyDefault (const OUString &rPropertyName) override |
virtual css::uno::Reference< css::container::XNameAccess > SAL_CALL | getLinks () override |
virtual css::uno::Reference< css::container::XEnumerationAccess > SAL_CALL | getRedlines () override |
virtual void SAL_CALL | refresh () override |
virtual void SAL_CALL | addRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual void SAL_CALL | removeRefreshListener (const css::uno::Reference< css::util::XRefreshListener > &l) override |
virtual void SAL_CALL | updateLinks () override |
virtual sal_Int32 SAL_CALL | getRendererCount (const css::uno::Any &aSelection, const css::uno::Sequence< css::beans::PropertyValue > &xOptions) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getRenderer (sal_Int32 nRenderer, const css::uno::Any &aSelection, const css::uno::Sequence< css::beans::PropertyValue > &xOptions) override |
virtual void SAL_CALL | render (sal_Int32 nRenderer, const css::uno::Any &aSelection, const css::uno::Sequence< css::beans::PropertyValue > &xOptions) override |
virtual css::uno::Reference< css::container::XNameContainer > SAL_CALL | getXForms () override |
virtual css::uno::Sequence< css::lang::Locale > SAL_CALL | getDocumentLanguages (::sal_Int16 nScriptTypes,::sal_Int16 nCount) override |
retrieve languages already used in current document More... | |
virtual css::uno::Reference< css::text::XFlatParagraphIterator > SAL_CALL | getFlatParagraphIterator (::sal_Int32 nTextMarkupType, sal_Bool bAutomatic) override |
virtual css::uno::Reference< css::util::XCloneable > SAL_CALL | createClone () override |
void SAL_CALL | addPasteEventListener (const ::css::uno::Reference<::css::text::XPasteListener > &xListener) override |
void SAL_CALL | removePasteEventListener (const ::css::uno::Reference<::css::text::XPasteListener > &xListener) override |
virtual void | paintTile (VirtualDevice &rDevice, int nOutputWidth, int nOutputHeight, int nTilePosX, int nTilePosY, tools::Long nTileWidth, tools::Long nTileHeight) override |
virtual Size | getDocumentSize () override |
virtual void | setPart (int nPart) override |
virtual int | getParts () override |
virtual int | getPart () override |
virtual OUString | getPartName (int nPart) override |
virtual OUString | getPartHash (int nPart) override |
virtual VclPtr< vcl::Window > | getDocWindow () override |
virtual void | initializeForTiledRendering (const css::uno::Sequence< css::beans::PropertyValue > &rArguments) override |
virtual void | postKeyEvent (int nType, int nCharCode, int nKeyCode) override |
virtual void | postMouseEvent (int nType, int nX, int nY, int nCount, int nButtons, int nModifier) override |
virtual void | setTextSelection (int nType, int nX, int nY) override |
virtual css::uno::Reference< css::datatransfer::XTransferable > | getSelection () override |
virtual void | setGraphicSelection (int nType, int nX, int nY) override |
virtual void | resetSelection () override |
virtual OUString | getPartPageRectangles () override |
virtual void | setClipboard (const css::uno::Reference< css::datatransfer::clipboard::XClipboard > &xClipboard) override |
virtual bool | isMimeTypeSupported () override |
virtual void | setClientVisibleArea (const tools::Rectangle &rRectangle) override |
virtual void | setClientZoom (int nTilePixelWidth_, int nTilePixelHeight_, int nTileTwipWidth_, int nTileTwipHeight_) override |
virtual PointerStyle | getPointer () override |
void | getTrackedChanges (tools::JsonWriter &) override |
void | getTrackedChangeAuthors (tools::JsonWriter &rJsonWriter) override |
void | getRulerState (tools::JsonWriter &rJsonWriter) override |
void | getPostIts (tools::JsonWriter &rJsonWriter) override |
virtual void | executeFromFieldEvent (const StringMap &aArguments) override |
virtual void SAL_CALL | paintTile (const ::css::uno::Any &Parent,::sal_Int32 nOutputWidth,::sal_Int32 nOutputHeight,::sal_Int32 nTilePosX,::sal_Int32 nTilePosY,::sal_Int32 nTileWidth,::sal_Int32 nTileHeight) override |
void | Invalidate () |
void | Reactivate (SwDocShell *pNewDocShell) |
SwXDocumentPropertyHelper * | GetPropertyHelper () |
bool | IsValid () const |
void | InitNewDoc () |
SwUnoCursor * | CreateCursorForSearch (css::uno::Reference< css::text::XTextCursor > &xCursor) |
SwUnoCursor * | FindAny (const css::uno::Reference< css::util::XSearchDescriptor > &xDesc, css::uno::Reference< css::text::XTextCursor > &xCursor, bool bAll, sal_Int32 &nResult, css::uno::Reference< css::uno::XInterface > const &xLastResult) |
SwDocShell * | GetDocShell () |
![]() | |
SvxFmMSFactory () | |
virtual | ~SvxFmMSFactory () |
![]() | |
SvxUnoDrawMSFactory () | |
![]() | |
SfxBaseModel (SfxObjectShell *pObjectShell) | |
virtual | ~SfxBaseModel () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
virtual css::uno::Reference< css::container::XNameContainer > SAL_CALL | getLibraryContainer () override |
virtual void SAL_CALL | createLibrary (const OUString &LibName, const OUString &Password, const OUString &ExternalSourceURL, const OUString &LinkTargetURL) override |
virtual void SAL_CALL | addModule (const OUString &LibraryName, const OUString &ModuleName, const OUString &Language, const OUString &Source) override |
virtual void SAL_CALL | addDialog (const OUString &LibraryName, const OUString &DialogName, const css::uno::Sequence< sal_Int8 > &Data) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | getParent () override |
virtual void SAL_CALL | setParent (const css::uno::Reference< css::uno::XInterface > &xParent) override |
virtual css::uno::Reference< css::document::XDocumentProperties > SAL_CALL | getDocumentProperties () override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &aEvent) override |
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL | getControllers () override |
virtual css::uno::Sequence< OUString > SAL_CALL | getAvailableViewControllerNames () override |
virtual css::uno::Reference< css::frame::XController2 > SAL_CALL | createDefaultViewController (const css::uno::Reference< css::frame::XFrame > &Frame) override |
virtual css::uno::Reference< css::frame::XController2 > SAL_CALL | createViewController (const OUString &ViewName, const css::uno::Sequence< css::beans::PropertyValue > &Arguments, const css::uno::Reference< css::frame::XFrame > &Frame) override |
virtual void SAL_CALL | setArgs (const css::uno::Sequence< css::beans::PropertyValue > &aArgs) override |
virtual sal_Bool SAL_CALL | disableSetModified () override |
virtual sal_Bool SAL_CALL | enableSetModified () override |
virtual sal_Bool SAL_CALL | isSetModifiedEnabled () override |
virtual sal_Bool SAL_CALL | isModified () override |
virtual void SAL_CALL | setModified (sal_Bool bModified) override |
virtual void SAL_CALL | addModifyListener (const css::uno::Reference< css::util::XModifyListener > &xListener) override |
virtual void SAL_CALL | removeModifyListener (const css::uno::Reference< css::util::XModifyListener > &xListener) override |
virtual void SAL_CALL | addCloseListener (const css::uno::Reference< css::util::XCloseListener > &xListener) override |
virtual void SAL_CALL | removeCloseListener (const css::uno::Reference< css::util::XCloseListener > &xListener) override |
virtual void SAL_CALL | addPrintJobListener (const css::uno::Reference< css::view::XPrintJobListener > &xListener) override |
virtual void SAL_CALL | removePrintJobListener (const css::uno::Reference< css::view::XPrintJobListener > &xListener) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getPrinter () override |
virtual void SAL_CALL | setPrinter (const css::uno::Sequence< css::beans::PropertyValue > &seqPrinter) override |
virtual void SAL_CALL | print (const css::uno::Sequence< css::beans::PropertyValue > &seqOptions) override |
virtual void SAL_CALL | storeSelf (const css::uno::Sequence< css::beans::PropertyValue > &seqArguments) override |
virtual sal_Bool SAL_CALL | hasLocation () override |
virtual OUString SAL_CALL | getLocation () override |
virtual sal_Bool SAL_CALL | isReadonly () override |
virtual void SAL_CALL | store () override |
virtual void SAL_CALL | storeAsURL (const OUString &sURL, const css::uno::Sequence< css::beans::PropertyValue > &seqArguments) override |
virtual void SAL_CALL | storeToURL (const OUString &sURL, const css::uno::Sequence< css::beans::PropertyValue > &seqArguments) override |
SAL_DLLPRIVATE void | impl_store (const OUString &sURL, const css::uno::Sequence< css::beans::PropertyValue > &seqArguments, bool bSaveTo) |
virtual void SAL_CALL | initNew () override |
virtual void SAL_CALL | load (const css::uno::Sequence< css::beans::PropertyValue > &seqArguments) override |
virtual css::uno::Reference< css::embed::XStorage > SAL_CALL | getDocumentSubStorage (const OUString &aStorageName, sal_Int32 nMode) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getDocumentSubStoragesNames () override |
virtual void SAL_CALL | loadFromStorage (const css::uno::Reference< css::embed::XStorage > &xStorage, const css::uno::Sequence< css::beans::PropertyValue > &aMediaDescriptor) override |
virtual void SAL_CALL | storeToStorage (const css::uno::Reference< css::embed::XStorage > &xStorage, const css::uno::Sequence< css::beans::PropertyValue > &aMediaDescriptor) override |
virtual void SAL_CALL | switchToStorage (const css::uno::Reference< css::embed::XStorage > &xStorage) override |
virtual css::uno::Reference< css::embed::XStorage > SAL_CALL | getDocumentStorage () override |
virtual void SAL_CALL | addStorageChangeListener (const css::uno::Reference< css::document::XStorageChangeListener > &xListener) override |
virtual void SAL_CALL | removeStorageChangeListener (const css::uno::Reference< css::document::XStorageChangeListener > &xListener) override |
virtual void SAL_CALL | setVisualAreaSize (sal_Int64 nAspect, const css::awt::Size &aSize) override |
virtual css::awt::Size SAL_CALL | getVisualAreaSize (sal_Int64 nAspect) override |
virtual css::embed::VisualRepresentation SAL_CALL | getPreferredVisualRepresentation (::sal_Int64 nAspect) override |
virtual sal_Int32 SAL_CALL | getMapUnit (sal_Int64 nAspect) override |
virtual css::uno::Reference< css::script::provider::XScriptProvider > SAL_CALL | getScriptProvider () override |
virtual css::uno::Reference< css::ui::XUIConfigurationManager > SAL_CALL | getUIConfigurationManager () override |
virtual css::uno::Any SAL_CALL | getTransferData (const css::datatransfer::DataFlavor &aFlavor) override |
virtual css::uno::Sequence< css::datatransfer::DataFlavor > SAL_CALL | getTransferDataFlavors () override |
virtual sal_Bool SAL_CALL | isDataFlavorSupported (const css::datatransfer::DataFlavor &aFlavor) override |
virtual css::uno::Reference< css::container::XNameReplace > SAL_CALL | getEvents () override |
virtual css::uno::Reference< css::script::XStorageBasedLibraryContainer > SAL_CALL | getBasicLibraries () override |
virtual css::uno::Reference< css::script::XStorageBasedLibraryContainer > SAL_CALL | getDialogLibraries () override |
virtual sal_Bool SAL_CALL | getAllowMacroExecution () override |
virtual css::uno::Reference< css::document::XEmbeddedScripts > SAL_CALL | getScriptContainer () override |
virtual void SAL_CALL | addEventListener (const css::uno::Reference< css::document::XEventListener > &xListener) override |
virtual void SAL_CALL | removeEventListener (const css::uno::Reference< css::document::XEventListener > &xListener) override |
virtual void SAL_CALL | addShapeEventListener (const css::uno::Reference< css::drawing::XShape > &xShape, const css::uno::Reference< css::document::XShapeEventListener > &xListener) override |
virtual void SAL_CALL | removeShapeEventListener (const css::uno::Reference< css::drawing::XShape > &xShape, const css::uno::Reference< css::document::XShapeEventListener > &xListener) override |
virtual void SAL_CALL | addDocumentEventListener (const css::uno::Reference< css::document::XDocumentEventListener > &Listener) override |
virtual void SAL_CALL | removeDocumentEventListener (const css::uno::Reference< css::document::XDocumentEventListener > &Listener) override |
virtual void SAL_CALL | notifyDocumentEvent (const OUString &EventName, const css::uno::Reference< css::frame::XController2 > &ViewController, const css::uno::Any &Supplement) override |
virtual void SAL_CALL | setIdentifier (const OUString &sIdentifier) override |
virtual OUString SAL_CALL | getIdentifier () override |
virtual OUString SAL_CALL | getTitle () override |
virtual void SAL_CALL | setTitle (const OUString &sTitle) override |
virtual void SAL_CALL | addTitleChangeListener (const css::uno::Reference< css::frame::XTitleChangeListener > &xListener) override |
virtual void SAL_CALL | removeTitleChangeListener (const css::uno::Reference< css::frame::XTitleChangeListener > &xListener) override |
virtual ::sal_Int32 SAL_CALL | leaseNumber (const css::uno::Reference< css::uno::XInterface > &xComponent) override |
virtual void SAL_CALL | releaseNumber (::sal_Int32 nNumber) override |
virtual void SAL_CALL | releaseNumberForComponent (const css::uno::Reference< css::uno::XInterface > &xComponent) override |
virtual OUString SAL_CALL | getUntitledPrefix () override |
virtual sal_Bool SAL_CALL | wasModifiedSinceLastSave () override |
virtual void SAL_CALL | storeToRecoveryFile (const OUString &i_TargetLocation, const css::uno::Sequence< css::beans::PropertyValue > &i_MediaDescriptor) override |
virtual void SAL_CALL | recoverFromFile (const OUString &i_SourceLocation, const OUString &i_SalvagedFile, const css::uno::Sequence< css::beans::PropertyValue > &i_MediaDescriptor) override |
virtual css::uno::Reference< css::document::XUndoManager > SAL_CALL | getUndoManager () override |
virtual OUString SAL_CALL | getStringValue () override |
virtual OUString SAL_CALL | getNamespace () override |
virtual OUString SAL_CALL | getLocalName () override |
virtual css::uno::Reference< css::rdf::XRepository > SAL_CALL | getRDFRepository () override |
virtual css::uno::Reference< css::rdf::XMetadatable > SAL_CALL | getElementByMetadataReference (const css::beans::StringPair &i_rReference) override |
virtual css::uno::Reference< css::rdf::XMetadatable > SAL_CALL | getElementByURI (const css::uno::Reference< css::rdf::XURI > &i_xURI) override |
virtual css::uno::Sequence< css::uno::Reference< css::rdf::XURI > > SAL_CALL | getMetadataGraphsWithType (const css::uno::Reference< css::rdf::XURI > &i_xType) override |
virtual css::uno::Reference< css::rdf::XURI > SAL_CALL | addMetadataFile (const OUString &i_rFileName, const css::uno::Sequence< css::uno::Reference< css::rdf::XURI > > &i_rTypes) override |
virtual css::uno::Reference< css::rdf::XURI > SAL_CALL | importMetadataFile (::sal_Int16 i_Format, const css::uno::Reference< css::io::XInputStream > &i_xInStream, const OUString &i_rFileName, const css::uno::Reference< css::rdf::XURI > &i_xBaseURI, const css::uno::Sequence< css::uno::Reference< css::rdf::XURI > > &i_rTypes) override |
virtual void SAL_CALL | removeMetadataFile (const css::uno::Reference< css::rdf::XURI > &i_xGraphName) override |
virtual void SAL_CALL | addContentOrStylesFile (const OUString &i_rFileName) override |
virtual void SAL_CALL | removeContentOrStylesFile (const OUString &i_rFileName) override |
virtual void SAL_CALL | loadMetadataFromStorage (const css::uno::Reference< css::embed::XStorage > &i_xStorage, const css::uno::Reference< css::rdf::XURI > &i_xBaseURI, const css::uno::Reference< css::task::XInteractionHandler > &i_xHandler) override |
virtual void SAL_CALL | storeMetadataToStorage (const css::uno::Reference< css::embed::XStorage > &i_xStorage) override |
virtual void SAL_CALL | loadMetadataFromMedium (const css::uno::Sequence< css::beans::PropertyValue > &i_rMedium) override |
virtual void SAL_CALL | storeMetadataToMedium (const css::uno::Sequence< css::beans::PropertyValue > &i_rMedium) override |
virtual css::uno::Sequence< css::document::CmisProperty > SAL_CALL | getCmisProperties () override |
virtual void SAL_CALL | setCmisProperties (const css::uno::Sequence< css::document::CmisProperty > &_cmisproperties) override |
virtual void SAL_CALL | updateCmisProperties (const css::uno::Sequence< css::document::CmisProperty > &_cmisproperties) override |
virtual css::uno::Sequence< css::document::CmisVersion > SAL_CALL | getAllVersions () override |
virtual void SAL_CALL | checkOut () override |
virtual void SAL_CALL | cancelCheckOut () override |
virtual void SAL_CALL | checkIn (sal_Bool bIsMajor, const OUString &rMessage) override |
virtual sal_Bool SAL_CALL | isVersionable () override |
virtual sal_Bool SAL_CALL | canCheckOut () override |
virtual sal_Bool SAL_CALL | canCancelCheckOut () override |
virtual sal_Bool SAL_CALL | canCheckIn () override |
bool | getBoolPropertyValue (const OUString &rName) |
void | Notify (SfxBroadcaster &aBC, const SfxHint &aHint) override |
void | changing () |
SfxObjectShell * | GetObjectShell () const |
SAL_DLLPRIVATE bool | impl_isDisposed () const |
bool | IsInitialized () const |
void | MethodEntryCheck (const bool i_mustBeInitialized) const |
css::uno::Reference< css::container::XIndexAccess > SAL_CALL | getViewData () override |
void SAL_CALL | setViewData (const css::uno::Reference< css::container::XIndexAccess > &aData) override |
void | notifyEvent (const css::document::EventObject &aEvent) const |
bool | hasEventListeners () const |
![]() | |
virtual | ~ITiledRenderable () |
virtual void | setPartMode (int) |
virtual void | getRowColumnHeaders (const tools::Rectangle &, tools::JsonWriter &) |
virtual OString | getSheetGeometryData (bool, bool, bool, bool, bool, bool) |
virtual void | getCellCursor (tools::JsonWriter &) |
virtual void | setOutlineState (bool, int, int, bool) |
virtual void | getPostItsPos (tools::JsonWriter &) |
virtual OUString | getPartInfo (int) |
virtual void | selectPart (int, int) |
virtual void | moveSelectedParts (int, bool) |
virtual void | completeFunction (const OUString &) |
virtual bool | isDisposed () const |
Static Public Member Functions | |
static const css::uno::Sequence< sal_Int8 > & | getUnoTunnelId () |
![]() | |
static css::uno::Reference< css::uno::XInterface > | createTextField (const OUString &aServiceSpecifier) |
static bool | createEvent (const SdrModel *pDoc, const SdrHint *pSdrHint, css::document::EventObject &aEvent) |
Private Member Functions | |
void | GetNumberFormatter () |
css::uno::Reference< css::uno::XInterface > | create (OUString const &rServiceName, css::uno::Sequence< css::uno::Any > const *arguments) |
SfxViewShell * | GuessViewShell (bool &rbIsSwSrcView, const css::uno::Reference< css::frame::XController > &rController=css::uno::Reference< css::frame::XController >()) |
SwDoc * | GetRenderDoc (SfxViewShell *&rpView, const css::uno::Any &rSelection, bool bIsPDFExport) |
SfxViewShell * | GetRenderView (bool &rbIsSwSrcView, const css::uno::Sequence< css::beans::PropertyValue > &rxOptions, bool bIsPDFExport) |
virtual SdrModel & | getSdrModelFromUnoModel () const override |
abstract SdrModel provider More... | |
virtual | ~SwXTextDocument () override |
Private Attributes | |
::sw::UnoImplPtr< Impl > | m_pImpl |
std::deque< std::unique_ptr< UnoActionContext, o3tl::default_delete< UnoActionContext > > > | maActionArr |
const SfxItemPropertySet * | m_pPropSet |
SwDocShell * | m_pDocShell |
bool | m_bObjectValid |
SwXDrawPage * | m_pDrawPage |
css::uno::Reference< css::drawing::XDrawPage > | mxXDrawPage |
css::uno::Reference< css::text::XText > | m_xBodyText |
SwXBodyText * | m_pBodyText |
css::uno::Reference< css::uno::XAggregation > | m_xNumFormatAgg |
css::uno::Reference< css::container::XIndexAccess > | mxXNumberingRules |
css::uno::Reference< css::container::XIndexAccess > | mxXFootnotes |
css::uno::Reference< css::beans::XPropertySet > | mxXFootnoteSettings |
css::uno::Reference< css::container::XIndexAccess > | mxXEndnotes |
css::uno::Reference< css::beans::XPropertySet > | mxXEndnoteSettings |
css::uno::Reference< css::container::XNameAccess > | mxXReferenceMarks |
css::uno::Reference< css::container::XEnumerationAccess > | mxXTextFieldTypes |
css::uno::Reference< css::container::XNameAccess > | mxXTextFieldMasters |
css::uno::Reference< css::container::XNameAccess > | mxXTextSections |
css::uno::Reference< css::container::XNameAccess > | mxXBookmarks |
css::uno::Reference< css::container::XNameAccess > | mxXTextTables |
css::uno::Reference< css::container::XNameAccess > | mxXTextFrames |
css::uno::Reference< css::container::XNameAccess > | mxXGraphicObjects |
css::uno::Reference< css::container::XNameAccess > | mxXEmbeddedObjects |
css::uno::Reference< css::container::XNameAccess > | mxXStyleFamilies |
css::uno::Reference< css::style::XAutoStyles > | mxXAutoStyles |
css::uno::Reference< css::container::XIndexReplace > | mxXChapterNumbering |
css::uno::Reference< css::container::XIndexAccess > | mxXDocumentIndexes |
css::uno::Reference< css::beans::XPropertySet > | mxXLineNumberingProperties |
css::uno::Reference< css::container::XNameAccess > | mxLinkTargetSupplier |
css::uno::Reference< css::container::XEnumerationAccess > | mxXRedlines |
SfxViewFrame * | m_pHiddenViewFrame |
rtl::Reference< SwXDocumentPropertyHelper > | mxPropertyHelper |
std::unique_ptr< SwPrintUIOptions > | m_pPrintUIOptions |
std::unique_ptr< SwRenderData > | m_pRenderData |
OUString | maBuildId |
bool | m_bApplyPagePrintSettingsFromXPagePrintable |
Additional Inherited Members | |
![]() | |
typedef std::map< const OUString, OUString > | StringMap |
![]() | |
~SvxUnoDrawMSFactory () | |
![]() | |
OUString const & | getRuntimeUID () const |
bool | hasValidSignatures () const |
void | getGrabBagItem (css::uno::Any &rVal) const |
void | setGrabBagItem (const css::uno::Any &rVal) |
Definition at line 132 of file unotxdoc.hxx.
|
overrideprivatevirtual |
Definition at line 421 of file unotxdoc.cxx.
References InitNewDoc(), m_pPrintUIOptions, m_pRenderData, and m_xNumFormatAgg.
SwXTextDocument::SwXTextDocument | ( | SwDocShell * | pShell | ) |
Definition at line 374 of file unotxdoc.cxx.
References m_pImpl.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 336 of file unotxdoc.cxx.
References SfxBaseModel::acquire().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 606 of file unotxdoc.cxx.
References SfxBaseModel::addEventListener().
|
override |
Definition at line 3120 of file unotxdoc.cxx.
References comphelper::OInterfaceContainerHelper2::addInterface(), SwFEShell::GetPasteListeners(), SwDocShell::GetWrtShell(), IsValid(), and m_pDocShell.
|
overridevirtual |
Definition at line 2168 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 2231 of file unotxdoc.cxx.
References m_pImpl.
|
overridevirtual |
Definition at line 2180 of file unotxdoc.cxx.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 559 of file unotxdoc.cxx.
References SfxBaseModel::attachResource().
Reimplemented from SfxBaseModel.
Definition at line 593 of file unotxdoc.cxx.
References SwDocShell::CallAutomationDocumentEventSinks(), SfxBaseModel::close(), IsValid(), lcl_DisposeView(), m_pDocShell, and m_pHiddenViewFrame.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 574 of file unotxdoc.cxx.
References SfxBaseModel::connectController().
|
private |
Definition at line 1635 of file unotxdoc.cxx.
References Bitmap, SvxFmMSFactory::createInstance(), SvxUnoDrawMSFactory::createInstanceWithArguments(), Dash, Defaults, SwDocShell::GetDoc(), SwXDocumentPropertyHelper::GetDrawTable(), SwDocShell::getIDocumentChartDataProviderAccess(), GetPropertyHelper(), SwXServiceProvider::GetProviderType(), Gradient, Hatch, Invalid, IsValid(), m_pDocShell, SwXServiceProvider::MakeInstance(), Marker, nType, and TransGradient.
Referenced by createInstance(), and createInstanceWithArguments().
|
overridevirtual |
Definition at line 3100 of file unotxdoc.cxx.
References SwDoc::CreateCopy(), SwDocShell::GetDoc(), SfxObjectShell::GetModel(), comphelper::OStorageHelper::GetTemporaryStorage(), IsValid(), m_pDocShell, and SfxBaseModel::storeToStorage().
SwUnoCursor * SwXTextDocument::CreateCursorForSearch | ( | css::uno::Reference< css::text::XTextCursor > & | xCursor | ) |
Definition at line 709 of file unotxdoc.cxx.
References SwXBodyText::CreateTextCursor(), SwXTextCursor::GetCursor(), getText(), and m_xBodyText.
Referenced by FindAny(), and replaceAll().
|
overridevirtual |
Reimplemented from SvxFmMSFactory.
Definition at line 1732 of file unotxdoc.cxx.
References create().
|
overridevirtual |
Reimplemented from SvxUnoDrawMSFactory.
Definition at line 1737 of file unotxdoc.cxx.
References create().
|
overridevirtual |
Definition at line 702 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 791 of file unotxdoc.cxx.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 579 of file unotxdoc.cxx.
References SfxBaseModel::disconnectController().
Reimplemented from SfxBaseModel.
Definition at line 584 of file unotxdoc.cxx.
References SfxBaseModel::dispose(), and maActionArr.
Reimplemented from vcl::ITiledRenderable.
Definition at line 3370 of file unotxdoc.cxx.
References SwCursorShell::GetCursor(), SwView::GetEditWin(), IDocumentMarkAccess::getFieldmarkFor(), SwViewShell::getIDocumentMarkAccess(), SwPaM::GetPoint(), SwDocShell::GetView(), SwDocShell::GetWrtShell(), sw::mark::IFieldmark::Invalidate(), SwEditWin::LogicInvalidate(), m_pDocShell, ODF_FORMDROPDOWN, ODF_FORMDROPDOWN_RESULT, and SwEditShell::SetModified().
|
overridevirtual |
Definition at line 920 of file unotxdoc.cxx.
References SwXTextRanges::Create(), and FindAny().
SwUnoCursor * SwXTextDocument::FindAny | ( | const css::uno::Reference< css::util::XSearchDescriptor > & | xDesc, |
css::uno::Reference< css::text::XTextCursor > & | xCursor, | ||
bool | bAll, | ||
sal_Int32 & | nResult, | ||
css::uno::Reference< css::uno::XInterface > const & | xLastResult | ||
) |
The following combinations are allowed:
Definition at line 801 of file unotxdoc.cxx.
References CreateCursorForSearch(), Curr, End, SwPaM::End(), SwNode::FindFlyStartNode(), SwNode::FindFooterStartNode(), SwNode::FindFootnoteStartNode(), SwNode::FindHeaderStartNode(), SwDoc::GetAttrPool(), SwDocShell::GetDoc(), OTextCursorHelper::GetPaM(), SwPaM::GetPoint(), SwXTextRange::GetPositions(), OTextCursorHelper::getUnoTunnelId(), SwXTextRange::getUnoTunnelId(), InBody, InOther, InSelAll, IsValid(), lcl_GetParaStyle(), m_pDocShell, RES_CHRATR_BEGIN(), RES_CHRATR_END(), RES_FRMATR_BEGIN(), RES_FRMATR_END(), RES_PARATR_BEGIN(), RES_PARATR_END(), RES_TXTATR_CHARFMT(), RES_TXTATR_INETFMT(), and Start.
Referenced by findAll(), findFirst(), and findNext().
|
overridevirtual |
Definition at line 933 of file unotxdoc.cxx.
References sw::CreateParentXText(), FindAny(), SwDocShell::GetDoc(), and m_pDocShell.
|
overridevirtual |
Definition at line 953 of file unotxdoc.cxx.
References sw::CreateParentXText(), FindAny(), SwDocShell::GetDoc(), and m_pDocShell.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 569 of file unotxdoc.cxx.
References SfxBaseModel::getArgs().
|
overridevirtual |
Definition at line 1322 of file unotxdoc.cxx.
References IsValid(), m_pDocShell, and mxXAutoStyles.
|
overridevirtual |
Reimplemented from SvxFmMSFactory.
Definition at line 1744 of file unotxdoc.cxx.
References comphelper::concatSequences(), comphelper::findValue(), SwXServiceProvider::GetAllServiceNames(), SvxFmMSFactory::getAvailableServiceNames(), i, and nLength.
|
overridevirtual |
Definition at line 1250 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXBookmarks.
Referenced by SwXLinkTargetSupplier::getByName().
|
overridevirtual |
Definition at line 629 of file unotxdoc.cxx.
References IsValid(), m_pDocShell, and mxXChapterNumbering.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 529 of file unotxdoc.cxx.
References SfxBaseModel::getCurrentController().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 539 of file unotxdoc.cxx.
References Any, SfxViewShell::GetFirst(), SfxViewShell::GetNext(), SfxViewShell::GetObjectShell(), SwView::GetUNOObject(), IsValid(), and m_pDocShell.
|
inline |
Definition at line 466 of file unotxdoc.hxx.
Referenced by SwXDocumentSettings::_preGetValues(), SwXDocumentSettings::_preSetValues(), DocxExportFilter::exportDocument(), SwXLinkNameAccessWrapper::getByName(), ooo::vba::word::getDocShell(), SwXLinkNameAccessWrapper::getElementNames(), SwXLinkNameAccessWrapper::hasByName(), and SwXDocumentSettings::SwXDocumentSettings().
|
overridevirtual |
Definition at line 1803 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXDocumentIndexes.
|
overridevirtual |
retrieve languages already used in current document
Definition at line 3671 of file unotxdoc.cxx.
References assert(), IStyleAccess::AUTO_STYLE_CHAR, IStyleAccess::AUTO_STYLE_PARA, LanguageTag::convertToLocale(), EE_CHAR_LANGUAGE(), EE_CHAR_LANGUAGE_CJK(), EE_CHAR_LANGUAGE_CTL(), SfxItemSet::Get(), IStyleAccess::getAllStyles(), EditEngine::GetAttribs(), SwDoc::GetCharFormats(), SwAttrSet::GetCJKLanguage(), SwAttrSet::GetCTLLanguage(), SwDocShell::GetDoc(), SwViewShell::GetDrawView(), SwDoc::GetIStyleAccess(), SvxLanguageItem::GetLanguage(), SwLangHelper::GetLanguage(), SwAttrSet::GetLanguage(), SvtLanguageTable::GetLanguageString(), EditEngine::GetPortions(), SdrObjEditView::GetTextEditOutliner(), SwDoc::GetTextFormatColls(), SwDocShell::GetWrtShell(), i, LANGUAGE_DONTKNOW, LANGUAGE_NONE, LANGUAGE_SYSTEM, m_pDocShell, nCount, nLang, nPos, RES_CHRATR_CJK_LANGUAGE(), RES_CHRATR_CTL_LANGUAGE(), RES_CHRATR_LANGUAGE(), and SwVectorModifyBase< Value >::size().
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3150 of file unotxdoc.cxx.
References DOCUMENTBORDER, SwViewShell::GetDocSize(), SwDocShell::GetWrtShell(), Size::Height(), m_pDocShell, and Size::Width().
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3430 of file unotxdoc.cxx.
References SwView::GetEditWin(), SwDocShell::GetView(), LokChartHelper::GetWindow(), and m_pDocShell.
Referenced by postKeyEvent().
|
overridevirtual |
Definition at line 1335 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, m_pDrawPage, and mxXDrawPage.
|
overridevirtual |
Definition at line 1413 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 1238 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXEmbeddedObjects.
Referenced by SwXLinkTargetSupplier::getByName().
|
overridevirtual |
Definition at line 678 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXEndnotes.
|
overridevirtual |
Definition at line 690 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXEndnoteSettings.
|
overridevirtual |
Definition at line 3087 of file unotxdoc.cxx.
References SwUnoCursorHelper::CreateFlatParagraphIterator(), SwDocShell::GetDoc(), IsValid(), and m_pDocShell.
|
overridevirtual |
Definition at line 653 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXFootnotes.
|
overridevirtual |
Definition at line 666 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXFootnoteSettings.
|
overridevirtual |
Definition at line 1286 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXGraphicObjects.
Referenced by SwXLinkTargetSupplier::getByName().
|
overridevirtual |
Definition at line 1764 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 616 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXLineNumberingProperties.
|
overridevirtual |
Definition at line 2192 of file unotxdoc.cxx.
References mxLinkTargetSupplier.
|
private |
Definition at line 450 of file unotxdoc.cxx.
References Any, cppu::UnoType< class >::get(), SwDocShell::GetDoc(), SvNumberFormatsSupplierObj::GetNumberFormatter(), SwDoc::GetNumberFormatter(), IsValid(), m_pDocShell, m_xNumFormatAgg, and SvNumberFormatsSupplierObj::SetNumberFormatter().
Referenced by getSomething(), getTypes(), and queryInterface().
|
overridevirtual |
Definition at line 641 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXNumberingRules.
|
overridevirtual |
Definition at line 976 of file unotxdoc.cxx.
References SL::aData, Any, aSeq, convertTwipToMm100(), SwPagePreviewPrtData::GetBottomSpace(), SwPagePreviewPrtData::GetCol(), SwDocShell::GetDoc(), SwPagePreviewPrtData::GetHorzSpace(), SwPagePreviewPrtData::GetLandscape(), SwPagePreviewPrtData::GetLeftSpace(), SwDoc::GetPreviewPrtData(), SwPagePreviewPrtData::GetRightSpace(), SwPagePreviewPrtData::GetRow(), SwPagePreviewPrtData::GetTopSpace(), SwPagePreviewPrtData::GetVertSpace(), IsValid(), m_pDocShell, and pData.
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3404 of file unotxdoc.cxx.
References SwView::getPart(), SwDocShell::GetView(), and m_pDocShell.
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3422 of file unotxdoc.cxx.
References SwResId().
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3415 of file unotxdoc.cxx.
References SwResId().
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3181 of file unotxdoc.cxx.
References SwCursorShell::getPageRectangles(), SwDocShell::GetWrtShell(), and m_pDocShell.
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3170 of file unotxdoc.cxx.
References SwCursorShell::GetPageCnt(), SwDocShell::GetWrtShell(), and m_pDocShell.
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3259 of file unotxdoc.cxx.
References SwView::GetEditWin(), vcl::Window::GetPointer(), SwWrtShell::GetView(), SwDocShell::GetWrtShell(), and m_pDocShell.
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3329 of file unotxdoc.cxx.
References sw::annotation::SwAnnotationWin::CalcParent(), sw::annotation::SwAnnotationWin::GetAnchorRect(), sw::annotation::SwAnnotationWin::GetAnnotationTextRanges(), SwPostItField::GetDateTime(), SwPostItField::GetPar1(), SwPostItField::GetPar2(), sw::annotation::SwAnnotationWin::GetPostItField(), SwPostItField::GetPostItId(), SwView::GetPostItMgr(), SwPostItField::GetResolved(), DateTime::GetUNODateTime(), SwDocShell::GetView(), comphelper::string::join(), m_pDocShell, SwRect::Pos(), tools::JsonWriter::put(), tools::Rectangle::SetSize(), SwRect::SSize(), tools::JsonWriter::startNode(), and utl::toISO8601().
|
overridevirtual |
Definition at line 2299 of file unotxdoc.cxx.
References Any, SfxItemPropertyMap::getByName(), SfxItemPropertySet::getPropertyMap(), IsValid(), m_pPropSet, and SfxItemPropertySimpleEntry::nWID.
SwXDocumentPropertyHelper * SwXTextDocument::GetPropertyHelper | ( | ) |
Definition at line 441 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), m_pDocShell, and mxPropertyHelper.
Referenced by SwXDocumentSettings::_getSingleValue(), create(), and getPropertyValue().
|
overridevirtual |
Definition at line 1816 of file unotxdoc.cxx.
References SfxItemPropertySet::getPropertySetInfo(), and m_pPropSet.
|
overridevirtual |
Definition at line 2261 of file unotxdoc.cxx.
References SfxItemPropertyMap::getByName(), SfxItemPropertySet::getPropertyMap(), IsValid(), and m_pPropSet.
Referenced by getPropertyStates().
|
overridevirtual |
Definition at line 2273 of file unotxdoc.cxx.
References getPropertyState(), and nCount.
|
overridevirtual |
Definition at line 2015 of file unotxdoc.cxx.
References Any, eMode, FmFormModel::GetAutoControlFocus(), SfxObjectShell::GetBasicContainer(), SfxItemPropertyMap::getByName(), SwDoc::GetDefault(), SfxObjectShell::GetDialogContainer(), SwDocShell::GetDoc(), IDocumentDrawModelAccess::GetDrawModel(), SfxBaseModel::getGrabBagItem(), SwDoc::getIDocumentDrawModelAccess(), SwDoc::getIDocumentRedlineAccess(), SwDoc::getIDocumentStatistics(), SwDoc::GetNumberFormatter(), FmFormModel::GetOpenInDesignMode(), GetPropertyHelper(), SfxItemPropertySet::getPropertyMap(), IDocumentRedlineAccess::GetRedlineFlags(), IDocumentRedlineAccess::GetRedlinePassword(), SfxBaseModel::getRuntimeUID(), SwDoc::GetTOIAutoMarkURL(), IDocumentStatistics::GetUpdatedDocStat(), SvNumberFormatter::GetYear2000(), SfxBaseModel::hasValidSignatures(), SwPostItHelper::INSERTED, SwDoc::IsInReading(), IDocumentRedlineAccess::IsShowChanges(), SwDocShell::IsTemplate(), IsValid(), m_pDocShell, m_pPropSet, maBuildId, mxPropertyHelper, SfxItemPropertySimpleEntry::nMemberId, SwPostItHelper::NONE, nValue, SfxItemPropertySimpleEntry::nWID, On, SfxPoolItem::QueryValue(), ShowDelete, ShowInsert, ShowMask, SW_MOD, WID_DOC_APPLY_FORM_DESIGN_MODE, WID_DOC_AUTO_MARK_URL, WID_DOC_AUTOMATIC_CONTROL_FOCUS, WID_DOC_BASIC_LIBRARIES, WID_DOC_BUILDID, WID_DOC_CHANGES_PASSWORD, WID_DOC_CHANGES_RECORD, WID_DOC_CHANGES_SHOW, WID_DOC_CHAR_COUNT, WID_DOC_DIALOG_LIBRARIES, WID_DOC_FORBIDDEN_CHARS, WID_DOC_HAS_VALID_SIGNATURES, WID_DOC_HIDE_TIPS, WID_DOC_INTEROP_GRAB_BAG, WID_DOC_ISTEMPLATEID, WID_DOC_LOCK_UPDATES, WID_DOC_PARA_COUNT, WID_DOC_REDLINE_DISPLAY, WID_DOC_RUNTIME_UID, WID_DOC_TWO_DIGIT_YEAR, WID_DOC_VBA_DOCOBJ, WID_DOC_WORD_COUNT, and WID_DOC_WORD_SEPARATOR.
|
overridevirtual |
Definition at line 2201 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), m_pDocShell, and mxXRedlines.
|
overridevirtual |
Definition at line 1202 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXReferenceMarks.
|
private |
Definition at line 2389 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), SwDoc::GetDocShell(), SfxObjectShell::GetModel(), SwDocShell::GetView(), GuessViewShell(), uno::Any::hasValue(), m_pDocShell, m_pRenderData, and xModel.
Referenced by getRenderer(), getRendererCount(), and render().
|
overridevirtual |
Definition at line 2653 of file unotxdoc.cxx.
References convertTwipToMm100(), VclPtr< OutputDevice >::get(), SwPagePreviewPrtData::GetBottomSpace(), SwPagePreviewPrtData::GetCol(), SwDocShell::GetDoc(), SwPagePreviewPrtData::GetHorzSpace(), SwDoc::getIDocumentDeviceAccess(), SwPagePreviewPrtData::GetLandscape(), SwPagePreviewPrtData::GetLeftSpace(), OutputDevice::GetMapMode(), SwViewShell::GetPagePos(), SwViewShell::GetPageSize(), Printer::GetPaperSize(), Printer::GetPaperSizePixel(), SwDoc::GetPreviewPrtData(), IDocumentDeviceAccess::getPrinter(), GetRenderDoc(), GetRenderView(), SwPagePreviewPrtData::GetRightSpace(), SwPagePreviewPrtData::GetRow(), SwPagePreviewPrtData::GetTopSpace(), SwPagePreviewPrtData::GetVertSpace(), SwView::GetWrtShellPtr(), Size::Height(), IsValid(), lcl_GetOutputDevice(), lcl_GetPrintUIOptions(), lcl_SeqHasProperty(), OutputDevice::LogicToLogic(), m_bApplyPagePrintSettingsFromXPagePrintable, m_pDocShell, m_pPrintUIOptions, m_pRenderData, OutputDevice::PixelToLogic(), Point, and Size::Width().
|
overridevirtual |
Definition at line 2478 of file unotxdoc.cxx.
References SwViewShell::ApplyViewOptions(), SwViewShell::CalcLayout(), SwViewShell::CalcPagesForPrint(), SwDoc::CalculatePagePairsForProspectPrinting(), SwDoc::CalculatePagesForPrinting(), SfxObjectShell::EnableSetModified(), SwViewShell::EndAction(), sw::proofreadingiterator::get(), SwViewOption::getBrowseMode(), SwDoc::GetDocShell(), SwViewShell::GetLayout(), SwViewShell::GetPageCount(), GetRenderDoc(), GetRenderView(), SwViewShell::GetViewOptions(), SfxShell::GetViewShell(), SwView::GetWrtShellPtr(), SfxObjectShell::IsEnableSetModified(), IsValid(), SwViewOption::IsWhitespaceHidden(), lcl_GetBoolProperty(), lcl_GetOutputDevice(), lcl_GetPrintUIOptions(), lcl_SavePrintUIOptionsToDocumentPrintData(), lcl_SeqHasProperty(), SfxViewFrame::LoadHiddenDocument(), m_pDocShell, m_pHiddenViewFrame, m_pPrintUIOptions, m_pRenderData, NONE, SwSrcView::PrintSource(), SwView::RecheckBrowseMode(), SwViewOption::setBrowseMode(), SwViewShell::SetPDFExportOption(), SFX_INTERFACE_SFXDOCSH, SwViewShell::StartAction(), and SwDoc::UpdatePagesForPrintingWithPostItData().
|
private |
Definition at line 2354 of file unotxdoc.cxx.
References GuessViewShell(), if(), uno::Any::Value, and xController.
Referenced by getRenderer(), getRendererCount(), and render().
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3323 of file unotxdoc.cxx.
References SwView::GetHRuler(), SwDocShell::GetView(), and m_pDocShell.
|
overrideprivatevirtual |
abstract SdrModel provider
Implements SvxUnoDrawMSFactory.
Definition at line 415 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), IDocumentDrawModelAccess::GetOrCreateDrawModel(), and m_pDocShell.
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3577 of file unotxdoc.cxx.
References EditEngine::CreateTransferable(), SwViewShell::GetDrawView(), EditView::GetEditEngine(), SwView::GetPostItMgr(), EditView::GetSelection(), SwDocShell::GetView(), SwDocShell::GetWrtShell(), and m_pDocShell.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 279 of file unotxdoc.cxx.
References Any, GetNumberFormatter(), SfxBaseModel::getSomething(), m_pDocShell, and m_xNumFormatAgg.
|
overridevirtual |
Definition at line 1310 of file unotxdoc.cxx.
References IsValid(), m_pDocShell, and mxXStyleFamilies.
|
overridevirtual |
Definition at line 1781 of file unotxdoc.cxx.
References m_pDocShell.
|
overridevirtual |
Definition at line 485 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pBodyText, m_pDocShell, and m_xBodyText.
Referenced by CreateCursorForSearch().
|
overridevirtual |
Definition at line 1226 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXTextFieldMasters.
|
overridevirtual |
Definition at line 1214 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXTextFieldTypes.
|
overridevirtual |
Definition at line 1298 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXTextFrames.
Referenced by SwXLinkTargetSupplier::getByName().
|
overridevirtual |
Definition at line 1262 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXTextSections.
Referenced by SwXLinkTargetSupplier::getByName().
|
overridevirtual |
Definition at line 1274 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and mxXTextTables.
Referenced by SwXLinkTargetSupplier::getByName().
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3318 of file unotxdoc.cxx.
References SW_MOD.
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3270 of file unotxdoc.cxx.
References SwIndex::Assign(), SfxViewShell::Current(), End, SwShellCursor::FillRects(), SwDocShell::GetDoc(), SwDoc::getIDocumentRedlineAccess(), SwPaM::GetMark(), IDocumentRedlineAccess::GetRedlineTable(), SwView::GetWrtShell(), i, comphelper::string::join(), m_pDocShell, SwPosition::nContent, SwPosition::nNode, tools::JsonWriter::put(), SwShellCursor::SetMark(), SwRedlineTable::size(), tools::JsonWriter::startNode(), SwRedlineTypeToOUString(), and utl::toISO8601().
Reimplemented from SfxBaseModel.
Definition at line 351 of file unotxdoc.cxx.
References Any, comphelper::concatSequences(), cppu::UnoType< class >::get(), GetNumberFormatter(), SfxBaseModel::getTypes(), m_xNumFormatAgg, and Sequence.
Definition at line 274 of file unotxdoc.cxx.
References sw::proofreadingiterator::get().
Referenced by ooo::vba::word::getDocShell().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 564 of file unotxdoc.cxx.
References SfxBaseModel::getURL().
|
overridevirtual |
Definition at line 3078 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), SwDoc::getXForms(), and m_pDocShell.
|
private |
Definition at line 2883 of file unotxdoc.cxx.
References SfxViewShell::GetController(), SfxViewFrame::GetFirst(), SfxViewFrame::GetNext(), SfxShell::GetViewShell(), and m_pDocShell.
Referenced by GetRenderDoc(), and GetRenderView().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 523 of file unotxdoc.cxx.
References maActionArr.
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3446 of file unotxdoc.cxx.
References SwViewShell::ApplyViewOptions(), SvxSwAutoFormatFlags::bAFormatByInpDelSpacesAtSttEnd, SvxSwAutoFormatFlags::bAutoCompleteWords, SwRootFrame::CheckViewLayout(), OutputDevice::EnableMapMode(), SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SwEditShell::GetAutoFormatFlags(), SwView::GetEditWin(), SwViewShell::GetLayout(), SvxAutoCorrect::GetSwFlags(), SwDocShell::GetView(), SwViewShell::GetViewOptions(), SwDocShell::GetWrtShell(), comphelper::LibreOfficeKit::isTiledAnnotations(), m_pDocShell, rValue, SwViewOption::SetAppearanceFlag(), SwViewOption::SetHardBlank(), SwView::SetRedlineAuthor(), SwDocShell::SetView(), SwView::SetViewLayout(), SvtSaveOptions::SetWarnAlienFormat(), and Shadow.
void SwXTextDocument::InitNewDoc | ( | ) |
Definition at line 1450 of file unotxdoc.cxx.
References Any, cppu::UnoType< class >::get(), Invalidate(), SwXDrawPage::InvalidateSwDoc(), m_pBodyText, m_pDrawPage, m_xBodyText, m_xNumFormatAgg, mxLinkTargetSupplier, mxPropertyHelper, mxXAutoStyles, mxXBookmarks, mxXChapterNumbering, mxXDocumentIndexes, mxXDrawPage, mxXEmbeddedObjects, mxXEndnotes, mxXEndnoteSettings, mxXFootnotes, mxXFootnoteSettings, mxXGraphicObjects, mxXLineNumberingProperties, mxXNumberingRules, mxXRedlines, mxXReferenceMarks, mxXStyleFamilies, mxXTextFieldMasters, mxXTextFieldTypes, mxXTextFrames, mxXTextSections, mxXTextTables, SvNumberFormatsSupplierObj::SetNumberFormatter(), and XPropertySet.
Referenced by Invalidate(), and ~SwXTextDocument().
void SwXTextDocument::Invalidate | ( | ) |
Definition at line 1419 of file unotxdoc.cxx.
References Any, cppu::UnoType< class >::get(), InitNewDoc(), m_bObjectValid, m_pDocShell, m_pImpl, m_xNumFormatAgg, and SvNumberFormatsSupplierObj::SetNumberFormatter().
Referenced by InitNewDoc(), and Reactivate().
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3201 of file unotxdoc.cxx.
References TransferableDataHelper::CreateFromSystemClipboard(), SwViewShell::GetDrawView(), SwView::GetEditWin(), TransferableDataHelper::GetTransferable(), SwWrtShell::GetView(), SwDocShell::GetWrtShell(), TransferableDataHelper::GetXTransferable(), EditEngine::HasValidData(), SwTransferable::IsPaste(), and m_pDocShell.
|
inline |
Definition at line 456 of file unotxdoc.hxx.
Referenced by addPasteEventListener(), close(), create(), createClone(), FindAny(), getAutoStyles(), getBookmarks(), getChapterNumberingRules(), getCurrentSelection(), getDocumentIndexes(), getDrawPage(), getEmbeddedObjects(), getEndnotes(), getEndnoteSettings(), getFlatParagraphIterator(), getFootnotes(), getFootnoteSettings(), getGraphicObjects(), getLineNumberingProperties(), GetNumberFormatter(), getNumberingRules(), getPagePrintSettings(), getPropertyDefault(), getPropertyState(), getPropertyValue(), getReferenceMarks(), getRenderer(), getRendererCount(), getStyleFamilies(), getText(), getTextFieldMasters(), getTextFields(), getTextFrames(), getTextSections(), getTextTables(), lockControllers(), printPages(), reformat(), refresh(), removePasteEventListener(), render(), replaceAll(), setPagePrintSettings(), setPropertyToDefault(), setPropertyValue(), and updateLinks().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 505 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), IsValid(), m_pDocShell, and maActionArr.
void SwXTextDocument::NotifyRefreshListeners | ( | ) |
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3137 of file unotxdoc.cxx.
References SwDocShell::GetWrtShell(), m_pDocShell, LokChartHelper::PaintAllChartsOnTile(), and SwViewShell::PaintTile().
Referenced by paintTile().
|
overridevirtual |
Definition at line 3646 of file unotxdoc.cxx.
References SL::aData, SystemGraphicsData::nSize, paintTile(), and void().
Implements vcl::ITiledRenderable.
Definition at line 3513 of file unotxdoc.cxx.
References getDocWindow(), and SfxLokHelper::postKeyEventAsync().
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3519 of file unotxdoc.cxx.
References SwView::GetEditWin(), SwDocShell::GetView(), SwViewShell::GetViewOptions(), SwDocShell::GetWrtShell(), SwViewOption::GetZoom(), LokChartHelper::HitAny(), m_pDocShell, Point, LokChartHelper::postMouseEvent(), SfxLokHelper::postMouseEventAsync(), and TWIPS_PER_PIXEL.
|
overridevirtual |
Definition at line 1123 of file unotxdoc.cxx.
References Any, SfxRequest::AppendItem(), SfxViewFrame::DoClose(), SfxShell::ExecuteSlot(), FN_PRINT_PAGEPREVIEW, cppu::UnoType< class >::get(), SwDoc::GetAttrPool(), SwDocShell::GetDoc(), SfxShell::GetViewShell(), IsValid(), SfxViewFrame::LoadHiddenDocument(), m_bApplyPagePrintSettingsFromXPagePrintable, m_pDocShell, o3tl::tryAccess< bool >(), UNO_NAME_COLLATE, UNO_NAME_COPY_COUNT, UNO_NAME_FILE_NAME, UNO_NAME_PAGES, and UNO_NAME_SORT.
|
overridevirtual |
Definition at line 346 of file unotxdoc.cxx.
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 303 of file unotxdoc.cxx.
References Any, cppu::UnoType< class >::get(), GetNumberFormatter(), m_xNumFormatAgg, and SfxBaseModel::queryInterface().
void SwXTextDocument::Reactivate | ( | SwDocShell * | pNewDocShell | ) |
Definition at line 1442 of file unotxdoc.cxx.
References Invalidate(), m_bObjectValid, and m_pDocShell.
|
overridevirtual |
Definition at line 498 of file unotxdoc.cxx.
References IsValid().
|
overridevirtual |
Definition at line 2219 of file unotxdoc.cxx.
References SwViewShell::CalcLayout(), SwDocShell::GetWrtShell(), IsValid(), m_pDocShell, and NotifyRefreshListeners().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 341 of file unotxdoc.cxx.
References SfxBaseModel::release().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 611 of file unotxdoc.cxx.
References SfxBaseModel::removeEventListener().
|
override |
Definition at line 3128 of file unotxdoc.cxx.
References SwFEShell::GetPasteListeners(), SwDocShell::GetWrtShell(), IsValid(), m_pDocShell, and comphelper::OInterfaceContainerHelper2::removeInterface().
|
overridevirtual |
Definition at line 2174 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 2238 of file unotxdoc.cxx.
References m_pImpl.
|
overridevirtual |
Definition at line 2186 of file unotxdoc.cxx.
|
overridevirtual |
Definition at line 2922 of file unotxdoc.cxx.
References aHelper, aLock, SwDoc::GetDocShell(), SfxMedium::GetItemSet(), SfxObjectShell::GetMedium(), GetRenderDoc(), GetRenderView(), SwView::GetWrtShellPtr(), IsValid(), lcl_DisposeView(), lcl_GetOutputDevice(), lcl_GetPrintUIOptions(), lcl_SeqHasProperty(), SwDocShell::LockAllViews(), m_pDocShell, m_pHiddenViewFrame, m_pPrintUIOptions, m_pRenderData, pOut, SwViewShell::PrintOrPDFExport(), SwViewShell::PrintProspect(), SwSrcView::PrintSource(), SfxItemSet::Put(), and SwViewShell::SetPDFExportOption().
|
overridevirtual |
Definition at line 722 of file unotxdoc.cxx.
References CreateCursorForSearch(), End, SwXTextSearch::FillReplaceItemSet(), SwXTextSearch::FillSearchItemSet(), SwXTextSearch::FillSearchOptions(), SwDoc::GetAttrPool(), SwDocShell::GetDoc(), SwXTextSearch::getUnoTunnelId(), SwXTextSearch::HasReplaceAttributes(), SwXTextSearch::HasSearchAttributes(), InBody, InSelAll, IsValid(), lcl_GetParaStyle(), SwXTextSearch::m_bBack, SwXTextSearch::m_bStyles, m_pDocShell, SwXTextSearch::m_sReplaceText, SwXTextSearch::m_sSearchText, RES_CHRATR_BEGIN(), RES_CHRATR_END(), RES_FRMATR_BEGIN(), RES_FRMATR_END(), RES_PARATR_BEGIN(), RES_PARATR_END(), and Start.
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3638 of file unotxdoc.cxx.
References SwDocShell::GetWrtShell(), m_pDocShell, and SwWrtShell::ResetSelect().
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3220 of file unotxdoc.cxx.
References tools::Rectangle::GetHeight(), SwDocShell::GetView(), SwDocShell::GetWrtShell(), and m_pDocShell.
|
overridevirtual |
Reimplemented from vcl::ITiledRenderable.
Definition at line 3234 of file unotxdoc.cxx.
References SwViewShell::ApplyViewOptions(), SfxViewShell::GetIPClient(), SwDocShell::GetView(), SwViewShell::GetViewOptions(), SwDocShell::GetWrtShell(), SwViewOption::GetZoom(), m_pDocShell, SwViewOption::SetZoom(), TWIPS_PER_PIXEL, and SfxInPlaceClient::VisAreaChanged().
|
overridevirtual |
Implements vcl::ITiledRenderable.
Definition at line 3192 of file unotxdoc.cxx.
References SwView::GetEditWin(), SwDocShell::GetView(), m_pDocShell, and vcl::Window::SetClipboard().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 534 of file unotxdoc.cxx.
References SfxBaseModel::setCurrentController().
Implements vcl::ITiledRenderable.
Definition at line 3610 of file unotxdoc.cxx.
References assert(), SwView::GetEditWin(), SwDocShell::GetView(), SwViewShell::GetViewOptions(), SwDocShell::GetWrtShell(), SwViewOption::GetZoom(), m_pDocShell, Point, LokChartHelper::setGraphicSelection(), SwEditWin::SetGraphicTwipPosition(), and TWIPS_PER_PIXEL.
|
overridevirtual |
Definition at line 1052 of file unotxdoc.cxx.
References SL::aData, Any, convertMm100ToTwip(), SwDocShell::GetDoc(), SwDoc::GetPreviewPrtData(), IsValid(), lcl_Any_To_ULONG(), m_pDocShell, pData, SwPagePreviewPrtData::SetBottomSpace(), SwPagePreviewPrtData::SetCol(), SwPagePreviewPrtData::SetHorzSpace(), SwPagePreviewPrtData::SetLandscape(), SwPagePreviewPrtData::SetLeftSpace(), SwDoc::SetPreviewPrtData(), SwPagePreviewPrtData::SetRightSpace(), SwPagePreviewPrtData::SetRow(), SwPagePreviewPrtData::SetTopSpace(), SwPagePreviewPrtData::SetVertSpace(), sName, and o3tl::tryAccess< bool >().
Reimplemented from vcl::ITiledRenderable.
Definition at line 3159 of file unotxdoc.cxx.
References SwDocShell::GetWrtShell(), SwWrtShell::GotoPage(), and m_pDocShell.
|
overridevirtual |
Definition at line 2284 of file unotxdoc.cxx.
References SfxItemPropertyMap::getByName(), SfxItemPropertySet::getPropertyMap(), IsValid(), m_pPropSet, and SfxItemPropertySimpleEntry::nWID.
|
overridevirtual |
Definition at line 1822 of file unotxdoc.cxx.
References SfxRequest::AppendItem(), SfxPoolItem::Clone(), eMode, SwDocShell::Execute(), SwDoc::GetAttrPool(), SfxItemPropertyMap::getByName(), SwDoc::GetDefault(), SwDocShell::GetDoc(), SwDoc::GetDocumentRedlineManager(), IDocumentDrawModelAccess::GetDrawModel(), SwDoc::getIDocumentDrawModelAccess(), SwDoc::getIDocumentFieldsAccess(), SwDoc::getIDocumentRedlineAccess(), IDocumentDrawModelAccess::GetOrCreateDrawModel(), SfxItemPropertySet::getPropertyMap(), IDocumentRedlineAccess::GetRedlineFlags(), SwPostItHelper::INSERTED, SwDoc::IsInWriterfilterImport(), IsValid(), m_pDocShell, m_pPropSet, maBuildId, SfxItemPropertySimpleEntry::nFlags, SfxItemPropertySimpleEntry::nMemberId, SwPostItHelper::NONE, SfxItemPropertySimpleEntry::nWID, On, SfxPoolItem::PutValue(), FmFormModel::SetAutoControlFocus(), SwDoc::SetDefault(), SwDoc::SetDefaultPageMode(), IDocumentFieldsAccess::SetFieldsDirty(), SfxBaseModel::setGrabBagItem(), sw::DocumentRedlineManager::SetHideRedlines(), SwDoc::SetInReading(), SwDoc::SetInWriterfilterImport(), FmFormModel::SetOpenInDesignMode(), IDocumentRedlineAccess::SetRedlineFlags(), IDocumentRedlineAccess::SetRedlinePassword(), SwDoc::SetTOIAutoMarkURL(), ShowDelete, ShowInsert, ShowMask, SW_MOD, WID_DOC_APPLY_FORM_DESIGN_MODE, WID_DOC_AUTO_MARK_URL, WID_DOC_AUTOMATIC_CONTROL_FOCUS, WID_DOC_BUILDID, WID_DOC_CHANGES_PASSWORD, WID_DOC_CHANGES_RECORD, WID_DOC_CHANGES_SHOW, WID_DOC_CHAR_COUNT, WID_DOC_DEFAULT_PAGE_MODE, WID_DOC_HIDE_TIPS, WID_DOC_INTEROP_GRAB_BAG, WID_DOC_LOCK_UPDATES, WID_DOC_PARA_COUNT, WID_DOC_REDLINE_DISPLAY, WID_DOC_TWO_DIGIT_YEAR, WID_DOC_WORD_COUNT, WID_DOC_WORD_SEPARATOR, and WID_DOC_WRITERFILTER.
Implements vcl::ITiledRenderable.
Definition at line 3550 of file unotxdoc.cxx.
References assert(), SwView::GetEditWin(), SwDocShell::GetView(), m_pDocShell, Point, SwEditWin::SetCursorTwipPosition(), and LokChartHelper::setTextSelection().
|
overridevirtual |
Definition at line 1776 of file unotxdoc.cxx.
References cppu::supportsService().
|
overridevirtual |
Reimplemented from SfxBaseModel.
Definition at line 514 of file unotxdoc.cxx.
References maActionArr.
|
overridevirtual |
Definition at line 2245 of file unotxdoc.cxx.
References SwDocShell::GetDoc(), SwDoc::getIDocumentLinksAdministration(), IDocumentLinksAdministration::GetLinkManager(), sfx2::LinkManager::GetLinks(), IsValid(), m_pDocShell, and sfx2::LinkManager::UpdateAllLinks().
|
private |
Definition at line 203 of file unotxdoc.hxx.
Referenced by getRenderer(), and printPages().
|
private |
Definition at line 147 of file unotxdoc.hxx.
Referenced by Invalidate(), and Reactivate().
|
private |
Definition at line 153 of file unotxdoc.hxx.
Referenced by getText(), and InitNewDoc().
|
private |
Definition at line 146 of file unotxdoc.hxx.
Referenced by addPasteEventListener(), close(), create(), createClone(), executeFromFieldEvent(), FindAny(), findFirst(), findNext(), getAutoStyles(), getBookmarks(), getChapterNumberingRules(), getCurrentSelection(), getDocumentIndexes(), getDocumentLanguages(), getDocumentSize(), getDocWindow(), getDrawPage(), getEmbeddedObjects(), getEndnotes(), getEndnoteSettings(), getFlatParagraphIterator(), getFootnotes(), getFootnoteSettings(), getGraphicObjects(), getLineNumberingProperties(), GetNumberFormatter(), getNumberingRules(), getPagePrintSettings(), getPart(), getPartPageRectangles(), getParts(), getPointer(), getPostIts(), GetPropertyHelper(), getPropertyValue(), getRedlines(), getReferenceMarks(), GetRenderDoc(), getRenderer(), getRendererCount(), getRulerState(), getSdrModelFromUnoModel(), getSelection(), getSomething(), getStyleFamilies(), getSupportedServiceNames(), getText(), getTextFieldMasters(), getTextFields(), getTextFrames(), getTextSections(), getTextTables(), getTrackedChanges(), getXForms(), GuessViewShell(), initializeForTiledRendering(), Invalidate(), isMimeTypeSupported(), lockControllers(), paintTile(), postMouseEvent(), printPages(), Reactivate(), refresh(), removePasteEventListener(), render(), replaceAll(), resetSelection(), setClientVisibleArea(), setClientZoom(), setClipboard(), setGraphicSelection(), setPagePrintSettings(), setPart(), setPropertyValue(), setTextSelection(), and updateLinks().
|
private |
Definition at line 149 of file unotxdoc.hxx.
Referenced by getDrawPage(), and InitNewDoc().
|
private |
Definition at line 180 of file unotxdoc.hxx.
Referenced by close(), getRendererCount(), and render().
|
private |
Definition at line 139 of file unotxdoc.hxx.
Referenced by addRefreshListener(), Invalidate(), NotifyRefreshListeners(), and removeRefreshListener().
|
private |
Definition at line 183 of file unotxdoc.hxx.
Referenced by getRenderer(), getRendererCount(), render(), and ~SwXTextDocument().
|
private |
Definition at line 144 of file unotxdoc.hxx.
Referenced by getPropertyDefault(), getPropertySetInfo(), getPropertyState(), getPropertyValue(), setPropertyToDefault(), and setPropertyValue().
|
private |
Definition at line 184 of file unotxdoc.hxx.
Referenced by GetRenderDoc(), getRenderer(), getRendererCount(), render(), and ~SwXTextDocument().
|
private |
Definition at line 152 of file unotxdoc.hxx.
Referenced by CreateCursorForSearch(), getText(), and InitNewDoc().
|
private |
Definition at line 154 of file unotxdoc.hxx.
Referenced by GetNumberFormatter(), getSomething(), getTypes(), InitNewDoc(), Invalidate(), queryInterface(), and ~SwXTextDocument().
|
private |
Definition at line 142 of file unotxdoc.hxx.
Referenced by dispose(), hasControllersLocked(), lockControllers(), and unlockControllers().
|
private |
Definition at line 197 of file unotxdoc.hxx.
Referenced by getPropertyValue(), and setPropertyValue().
|
private |
Definition at line 176 of file unotxdoc.hxx.
Referenced by getLinks(), and InitNewDoc().
|
private |
Definition at line 181 of file unotxdoc.hxx.
Referenced by GetPropertyHelper(), getPropertyValue(), and InitNewDoc().
|
mutableprivate |
Definition at line 171 of file unotxdoc.hxx.
Referenced by getAutoStyles(), and InitNewDoc().
|
private |
Definition at line 165 of file unotxdoc.hxx.
Referenced by getBookmarks(), and InitNewDoc().
|
private |
Definition at line 172 of file unotxdoc.hxx.
Referenced by getChapterNumberingRules(), and InitNewDoc().
|
private |
Definition at line 173 of file unotxdoc.hxx.
Referenced by getDocumentIndexes(), and InitNewDoc().
|
private |
Definition at line 150 of file unotxdoc.hxx.
Referenced by getDrawPage(), and InitNewDoc().
|
private |
Definition at line 169 of file unotxdoc.hxx.
Referenced by getEmbeddedObjects(), and InitNewDoc().
|
private |
Definition at line 159 of file unotxdoc.hxx.
Referenced by getEndnotes(), and InitNewDoc().
|
private |
Definition at line 160 of file unotxdoc.hxx.
Referenced by getEndnoteSettings(), and InitNewDoc().
|
private |
Definition at line 157 of file unotxdoc.hxx.
Referenced by getFootnotes(), and InitNewDoc().
|
private |
Definition at line 158 of file unotxdoc.hxx.
Referenced by getFootnoteSettings(), and InitNewDoc().
|
private |
Definition at line 168 of file unotxdoc.hxx.
Referenced by getGraphicObjects(), and InitNewDoc().
|
private |
Definition at line 175 of file unotxdoc.hxx.
Referenced by getLineNumberingProperties(), and InitNewDoc().
|
private |
Definition at line 156 of file unotxdoc.hxx.
Referenced by getNumberingRules(), and InitNewDoc().
|
private |
Definition at line 177 of file unotxdoc.hxx.
Referenced by getRedlines(), and InitNewDoc().
|
private |
Definition at line 161 of file unotxdoc.hxx.
Referenced by getReferenceMarks(), and InitNewDoc().
|
private |
Definition at line 170 of file unotxdoc.hxx.
Referenced by getStyleFamilies(), and InitNewDoc().
|
private |
Definition at line 163 of file unotxdoc.hxx.
Referenced by getTextFieldMasters(), and InitNewDoc().
|
private |
Definition at line 162 of file unotxdoc.hxx.
Referenced by getTextFields(), and InitNewDoc().
|
private |
Definition at line 167 of file unotxdoc.hxx.
Referenced by getTextFrames(), and InitNewDoc().
|
private |
Definition at line 164 of file unotxdoc.hxx.
Referenced by getTextSections(), and InitNewDoc().
|
private |
Definition at line 166 of file unotxdoc.hxx.
Referenced by getTextTables(), and InitNewDoc().