Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 144) sorted by relevance

123456

/aoo41x/main/stoc/source/implementationregistration/
H A Dmergekeys.cxx60 t_links & links ) in mergeKeys() argument
123 mergeKeys( xDestKey, xSourceKey, links ); in mergeKeys()
144 links.push_back( Link( in mergeKeys()
171 t_links links; in mergeKeys() local
172 links.reserve( 16 ); in mergeKeys()
173 mergeKeys( xDest, xSource, links ); in mergeKeys()
175 for ( size_t nPos = links.size(); nPos--; ) in mergeKeys()
177 Link const & r = links[ nPos ]; in mergeKeys()
/aoo41x/main/offapi/com/sun/star/sheet/
H A DCellAreaLinks.idl40 /** represents a collection of area links.
49 /** provides access via index to a collection of area links and inserting
50 and removing area links.
56 /** provides access to the area links via index.
65 /** creates an enumeration of all area links.
H A DSheetLinks.idl43 /** represents a collection of sheet links.
52 /** provides access to the sheet links via index.
61 /** provides access to the sheet links using the name of the linked
71 /** creates an enumeration of all sheet links.
H A DDDELinks.idl46 /** represents a collection of DDE links.
55 /** provides access to the DDE links via the DDE link string.
63 /** provides access to the DDE links via index.
72 /** creates an enumeration of all DDE links.
H A DSpreadsheetDocument.idl251 /** contains the collection of sheet links in the document.
257 /** contains the collection of area links in the document.
263 /** contains the collection of DDE links in the document.
270 /** contains the collection of external document links in the document.
H A DCellAreaLinksEnumeration.idl37 /** represents an enumeration of cell area links.
45 /** provides methods to access the cell area links in the enumeration.
H A DSheetLinksEnumeration.idl37 /** represents an enumeration of sheet links.
45 /** provides methods to access the sheet links in the enumeration.
H A DDDELinksEnumeration.idl37 /** represents an enumeration of DDE links.
45 /** provides methods to access the DDE links in the enumeration.
H A DXAreaLinks.idl41 /** provides access via index to a collection of area links and inserting
42 and removing area links.
H A DXConsolidationDescriptor.idl127 /** returns, whether links to the original data are inserted in the
134 /** specifies if links to the original data are inserted in the
H A DXSheetLinkable.idl46 collection and links the sheet to the specified external sheet.</p>
111 /** links the sheet to another sheet in another document.
/aoo41x/main/qadevOOo/tests/java/ifc/document/
H A D_XLinkTargetSupplier.java48 XNameAccess links = oObj.getLinks(); in _getLinks() local
49 String names[] = links.getElementNames(); in _getLinks()
50 tRes.tested("getLinks()", links != null); in _getLinks()
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScAreaLinksObj.java117 XAreaLinks links = null ; in createTestEnvironment() local
120 links = (XAreaLinks) UnoRuntime.queryInterface(XAreaLinks.class, oObj) ; in createTestEnvironment()
123 links.insertAtPosition (addr, aSourceArea, "a2:b5", "", "") ; in createTestEnvironment()
H A DScAreaLinkObj.java118 XAreaLinks links = (XAreaLinks) AnyConverter.toObject( in createTestEnvironment() local
122 links.insertAtPosition (addr, aSourceArea, "a2:b5", "", "") ; in createTestEnvironment()
125 new Type(XInterface.class), links.getByIndex(0)) ; in createTestEnvironment()
H A DScIndexEnumeration_CellAreaLinksEnumeration.java90 XAreaLinks links = null ; in createTestEnvironment() local
93 links = (XAreaLinks) UnoRuntime.queryInterface(XAreaLinks.class, oObj) ; in createTestEnvironment()
96 links.insertAtPosition (addr, aSourceArea, "a2:b5", "", "") ; in createTestEnvironment()
H A DScSheetLinksObj.java141 Object links = null; in createTestEnvironment() local
143 links = docProps.getPropertyValue("SheetLinks"); in createTestEnvironment()
152 oObj = (XInterface)UnoRuntime.queryInterface(XInterface.class, links); in createTestEnvironment()
H A DScIndexEnumeration_SheetLinksEnumeration.java116 Object links = null; in createTestEnvironment() local
118 links = docProps.getPropertyValue("SheetLinks"); in createTestEnvironment()
127 oObj = (XInterface)UnoRuntime.queryInterface(XInterface.class, links); in createTestEnvironment()
H A DScSheetLinkObj.java162 XNameAccess links = (XNameAccess) in createTestEnvironment() local
165 String[] names = links.getElementNames(); in createTestEnvironment()
169 new Type(XInterface.class),links.getByName(names[0])); in createTestEnvironment()
H A DScDDELinkObj.java200 XNameAccess links = (XNameAccess) AnyConverter.toObject( in createTestEnvironment() local
204 String[] linkNames = links.getElementNames(); in createTestEnvironment()
207 new Type(XInterface.class),links.getByName(linkNames[0])); in createTestEnvironment()
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHypertext.idl59 /** Returns the number of links and link groups contained within this
63 The number of links and link groups within this hypertext
79 to the number of links minus one, a reference to the specified
/aoo41x/main/offapi/com/sun/star/embed/
H A DXLinkageSupport.idl60 This method can be used only for links implementations that implement
62 interfaces are the same for links and objects. An example of exception
63 from this are OpenOffice links that do not implement
/aoo41x/main/offapi/com/sun/star/frame/
H A DXDocumentTemplates.idl42 Template informations are saved as links to the original content
199 Because the templates are well known by links and not as direct content
201 wrong links.
/aoo41x/main/offapi/com/sun/star/document/
H A DLinkUpdateModes.idl34 /** never update links
38 /** update links when confirmed on request during loading the
/aoo41x/main/sw/source/ui/chrdlg/
H A Dchardlg.src197 Text [ en-US ] = "~Visited links" ;
214 Text [ en-US ] = "Unvisited ~links" ;
/aoo41x/main/cui/source/options/
H A Doptcolor.src192 Text [ en-US ] = "Unvisited links";
200 Text [ en-US ] = "Visited links";

Completed in 75 milliseconds

123456