/aoo41x/main/stoc/source/implementationregistration/ |
H A D | mergekeys.cxx | 60 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 D | CellAreaLinks.idl | 40 /** 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 D | SheetLinks.idl | 43 /** 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 D | DDELinks.idl | 46 /** 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 D | SpreadsheetDocument.idl | 251 /** 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 D | CellAreaLinksEnumeration.idl | 37 /** represents an enumeration of cell area links. 45 /** provides methods to access the cell area links in the enumeration.
|
H A D | SheetLinksEnumeration.idl | 37 /** represents an enumeration of sheet links. 45 /** provides methods to access the sheet links in the enumeration.
|
H A D | DDELinksEnumeration.idl | 37 /** represents an enumeration of DDE links. 45 /** provides methods to access the DDE links in the enumeration.
|
H A D | XAreaLinks.idl | 41 /** provides access via index to a collection of area links and inserting 42 and removing area links.
|
H A D | XConsolidationDescriptor.idl | 127 /** 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 D | XSheetLinkable.idl | 46 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.java | 48 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 D | ScAreaLinksObj.java | 117 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 D | ScAreaLinkObj.java | 118 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 D | ScIndexEnumeration_CellAreaLinksEnumeration.java | 90 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 D | ScSheetLinksObj.java | 141 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 D | ScIndexEnumeration_SheetLinksEnumeration.java | 116 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 D | ScSheetLinkObj.java | 162 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 D | ScDDELinkObj.java | 200 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 D | XAccessibleHypertext.idl | 59 /** 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 D | XLinkageSupport.idl | 60 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 D | XDocumentTemplates.idl | 42 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 D | LinkUpdateModes.idl | 34 /** never update links 38 /** update links when confirmed on request during loading the
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | chardlg.src | 197 Text [ en-US ] = "~Visited links" ; 214 Text [ en-US ] = "Unvisited ~links" ;
|
/aoo41x/main/cui/source/options/ |
H A D | optcolor.src | 193 Text [ en-US ] = "Unvisited links"; 201 Text [ en-US ] = "Visited links";
|