/trunk/main/offapi/com/sun/star/ucb/ |
H A D | TransferInfo.idl | 32 /** contains information needed to transfer objects from one location to another. 41 /** contains the flags describing whether the data shall be moved 47 /** contains the URL of the source of the action (e.g. the URL of a 53 /** contains the title of the transferred object, if it is different
|
H A D | HelpContent.idl | 137 contains the index ) 141 contains the links belonging to the index ) 145 contains the anchor names belonging to the index ) 149 contains the titles of the documents in which the keywords are found. ) 153 contains the scopes in which to search ).
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | GraphicCrop.idl | 53 /** contains the top value to cut (if negative) or to extend (if positive) 60 /** contains the bottom value to cut (if negative) or to extend (if positive) 67 /** contains the left value to cut (if negative) or to extend (if positive) 74 /** contains the right value to cut (if negative) or to extend (if positive)
|
H A D | TextFrame.idl | 40 /** specifies a rectangular shape which contains a <type>Text</type> object 62 /** contains the definition of interfaces and properties that are supported by text frames, 72 /** contains the metric height value of the frame. 77 /** contains the metric width value of the frame. 127 /** contains the writing direction, as represented by the
|
H A D | NumberingLevel.idl | 95 /** contains the symbol in the given font. This is only valid if the 136 /** contains the vertical orientation of a graphic. 179 /** contains the name of the paragraph style that is interpreted as the 185 /** contains the color for the symbol. This is only valid if the 190 …/** contains the size of the symbol relative to the high of the paragraph. This is only valid if t…
|
H A D | CellRange.idl | 102 /** contains color of the background. 108 /** contains the filter name of the background graphic. 120 /** contains the URL of the background graphic. 146 /** contains the number format.
|
H A D | TextSortDescriptor.idl | 50 /** contains the character that marks the separation of columns. 64 /** contains the row or column index used in the first search key. 87 /** contains the row or column index used in the second search key. 110 /** contains the row or column index used in the third search key.
|
/trunk/main/offapi/com/sun/star/text/fieldmaster/ |
H A D | Database.idl | 52 /** contains the CommandType this 58 /** contains the command string. Depending on the CommandType property this 63 /** contains the name of the data base table. 79 /** contains the DataColumnName but it enables the fieldmaster and its
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetDocumentSettings.idl | 165 /** contains the interface XForbiddenCharacters. 182 /** contains the standard document language for Western text. 188 /** contains the standard document language for Asian text. 194 /** contains the standard document language for Complex text. 233 /** contains the reference device used for formatting the document.
|
H A D | XSheetCellRangeContainer.idl | 57 contains the address of the new range. 72 contains the address of the range to be removed. 89 contains a sequence of addresses of all new ranges. 104 contains a sequence of addresses of all ranges to be removed.
|
H A D | XNamedRanges.idl | 99 name of the first is equal to the content of cell A1 and contains the 101 range is named using cell B1 and contains the cell range address 124 <p>The first column of the list contains the names. The second 125 column contains the contents of the named ranges.</p>
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleTableModelChange.idl | 57 <p>The first row that has been changed or that contains 64 <p>The last row that has been changed or that contains modified 71 <p>The first column that has been changed or contains modified 78 <p>The last column that has been changed or contains modified
|
/trunk/main/offapi/com/sun/star/chart2/ |
H A D | IncrementData.idl | 42 /** if the any contains a double value this is used as a fixed 43 Distance value. Otherwise, if the any is empty or contains an 62 /** if the any contains a double value this is used as a fixed 63 BaseValue. Otherwise, if the any is empty or contains an
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | FilterFactory.idl | 115 …<li>sequence< Any >[0] contains a sequence< <type scope="com::sun::star::beans">PropertyValue</typ… 118 …<li>Every following item of the argument list sequence< Any >[1..n] contains the copied argument o… 149 <td>It contains the localized name for this filter for the current locale.</td> 154 <td>It contains all available localized names for this filter. The are organized 162 … <td>Every filter is registered for a type. This value contains the internal name of it. 188 <td>This field contains filter specific configuration data.</td>
|
/trunk/main/desktop/test/deployment/description/ |
H A D | readme.txt | 1 The folder contains extensions which use in the description.xml the following: 2 -The <extension-description> element The element contains localized child 6 en-US uses. The displayed extension description contains the locale.
|
/trunk/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | types.mk | 150 /// \$\$(CFLAGS) contains the current flags and can be used if 154 /// \$\$(CXXFLAGS) contains the current flags and can be used if 158 /// \$\$(DEFS) contains the current flags and can be used if 162 /// \$\$(INCLUDE) contains the current paths and can be used if 166 /// \$\$(INCLUDE_STL) contains the current paths and can be used if
|
/trunk/main/toolkit/test/accessibility/ |
H A D | CanvasShape.java | 81 mbSelected = xStateSet.contains (AccessibleStateType.SELECTED); in update() 82 mbFocused = xStateSet.contains (AccessibleStateType.FOCUSED); in update() 267 public boolean contains (int x, int y) in contains() method in CanvasShape 269 return (maShape.contains (x,y)); in contains()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/ |
H A D | _XEventAttacherManager.java | 177 contains(res, desc) && containsArray(res, descs)); in _getScriptEvents() 189 boolean contains(ScriptEventDescriptor[] container, in contains() method in _XEventAttacherManager 212 if (!contains(container, events[i])) { in containsArray() 358 tRes.tested("revokeScriptEvent()", !contains(res, desc)); in _revokeScriptEvent()
|
/trunk/main/udkapi/com/sun/star/registry/ |
H A D | XRegistryKey.idl | 112 a long value if the key contains one. 139 a sequence of longs if the key contains a long list value. 166 an ascii string value if the key contains one. 194 a sequence of ascii strings if the key contains an asci list value. 222 a unicode string value if the key contains one. 249 a sequence of unicode strings if the key contains an unicode string list value. 275 a binary value if the key contains one.
|
/trunk/main/extensions/test/ole/EventListenerSample/ |
H A D | readme.txt | 4 The folder EventListener contains an MSDEV project that builds a dll that 5 contains the EventListener.EvtListener ActiveX component. The component 19 The project also contains a client that builds a Project1.exe (in the same
|
/trunk/main/udkapi/com/sun/star/script/ |
H A D | XInvocation.idl | 76 @param aOutParamIndex This sequence contains the indices of all parameters 78 @param aOutParam This sequence contains the values of all parameters that 83 aOutParam[0] contains the out value of the aParams[1] 84 parameter and aOutParam[1] contains the out value of
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Shapes.log | 58 ITEM Assertion OK : expected Sheets(2).Shapes.Range(1) to contain 1 element, it contains 1 60 …EM Assertion OK : expected Sheets(2).Shapes.Range(Sheet2Shape3) to contain 1 element, it contains 1 62 …TEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains 2 64 …eets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to contain 3 elements, it contains 3
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | Shapes.log | 58 ITEM Assertion OK : expected Sheets(2).Shapes.Range(1) to contain 1 element, it contains 1 60 …EM Assertion OK : expected Sheets(2).Shapes.Range(Sheet2Shape3) to contain 1 element, it contains 1 62 …TEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains 2 64 …eets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to contain 3 elements, it contains 3
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | Shapes.log | 58 ITEM Assertion OK : expected Sheets(2).Shapes.Range(1) to contain 1 element, it contains 1 60 …EM Assertion OK : expected Sheets(2).Shapes.Range(Sheet2Shape3) to contain 1 element, it contains 1 62 …TEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains 2 64 …eets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to contain 3 elements, it contains 3
|
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | Shapes.log | 58 ITEM Assertion OK : expected Sheets(2).Shapes.Range(1) to contain 1 element, it contains 1 60 …EM Assertion OK : expected Sheets(2).Shapes.Range(Sheet2Shape3) to contain 1 element, it contains 1 62 …TEM Assertion OK : expected Sheets(2).Shapes.Range(Array(3, 1) to contain 2 elements, it contains 2 64 …eets(2).Shapes.Range(Array('Sheet2Shape3', 1, 'Sheet2Shape2')) to contain 3 elements, it contains 3
|