Home
last modified time | relevance | path

Searched refs:dt (Results 1 – 25 of 174) sorted by relevance

1234567

/trunk/main/offapi/com/sun/star/document/
H A DEvents.idl52 <dt>OnClick</dt>
54 <dt>OnCopyTo</dt>
56 <dt>OnError</dt>
57 <dt>OnFocus</dt>
60 <dt>OnLoad</dt>
70 <dt>OnMove</dt>
71 <dt>OnNew</dt>
77 <dt>OnPrint</dt>
78 <dt>OnResize</dt>
79 <dt>OnSave</dt>
[all …]
/trunk/main/desktop/prj/
H A Dbuild.lst2 dt desktop usr1 - all dt_mkout NULL
3 dt desktop\inc nmake - all dt_inc NULL
4 dt desktop\prj get - all dt_prj NULL
5 dt desktop\res get - all dt_res NULL
7 dt desktop\source\migration nmake - all dt_migr dt_inc NULL
9 dt desktop\source\so_comp nmake - all dt_so_comp dt_inc NULL
10 dt desktop\source\offacc nmake - all dt_offac dt_inc NULL
12 dt desktop\win32\source nmake - w dt_wrapper dt_inc NULL
25 dt desktop\source\pagein nmake - u dt_pagein dt_inc NULL
40 dt desktop\scripts nmake - u dt_scripts dt_inc NULL
[all …]
/trunk/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl48 </dt>
52 </dt>
56 <dt> <b>isReadOnly</b> </dt>
60 </dt>
64 </dt>
71 </dt>
75 </dt>
80 </dt>
84 </dt>
88 </dt>
[all …]
H A DNestedRegistry.idl51 </dt>
56 </dt>
62 </dt>
66 </dt>
71 </dt>
78 </dt>
82 </dt>
87 </dt>
92 </dt>
97 </dt>
[all …]
/trunk/main/offapi/com/sun/star/chart2/data/
H A DDataSequenceRole.idl45 <dt>label</dt>
48 <dt>values-x</dt>
51 <dt>values-y</dt>
54 <dt>values-z</dt>
57 <dt>sizes</dt>
60 <dt>error-bars-x-positive</dt>
72 <dt>categories</dt>
79 <dt>values-first</dt>
82 <dt>values-last</dt>
85 <dt>values-min</dt>
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DTextPortion.idl94 <dt>Text</dt><dd>string content</dd>
95 <dt>TextField</dt><dd>a text field</dd>
96 <dt>TextContent</dt><dd>text content - supplied via the
99 <dt>ControlCharacter</dt><dd>a control character</dd>
100 <dt>Footnote</dt><dd>a footnote or an endnote</dd>
101 <dt>ReferenceMark</dt><dd>a reference mark</dd>
102 <dt>DocumentIndexMark</dt><dd>a document index mark</dd>
103 <dt>Bookmark</dt><dd>a bookmark</dd>
104 <dt>Redline</dt><dd>a redline portion which is a result
107 <dt>Frame</dt><dd>a frame</dd>
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl58 <dt>$(inst)</dt>
60 <dt>$(prog)</dt>
62 <dt>$(brandbaseurl)</dt>
64 <dt>$(user)</dt>
66 <dt>$(work)</dt>
69 <dt>$(home)</dt>
73 <dt>$(temp)</dt>
75 <dt>$(path)</dt>
77 <dt>$(lang)</dt>
79 <dt>$(langid)</dt>
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DXFunctionAccess.idl63 <dt><atom>long</atom> or <atom>double</atom></dt>
66 <dt><atom>string</atom></dt>
69 <dt><atom>long[][]</atom> or <atom>double[][]</atom></dt>
72 <dt><atom>string[][]</atom></dt>
75 <dt><atom>any[][]</atom></dt>
80 <dt><type scope="com::sun::star::table">XCellRange</type></dt>
91 <dt><void/></dt>
94 <dt><atom>double</atom></dt>
97 <dt><atom>string</atom></dt>
100 <dt><atom>any[][]</atom></dt>
H A DAddIn.idl59 <dt><atom>long</atom></dt>
62 <dt><atom>double</atom></dt>
65 <dt><atom>string</atom></dt>
68 <dt><atom>long[][]</atom></dt>
71 <dt><atom>double[][]</atom></dt>
74 <dt><atom>string[][]</atom></dt>
77 <dt><atom>any[][]</atom></dt>
82 <dt><atom>any</atom></dt>
88 <dt><type scope="com::sun::star::table">XCellRange</type></dt>
92 <dt><type scope="com::sun::star::beans">XPropertySet</type></dt>
[all …]
H A DXAddIn.idl148 <dt>Database</dt>
152 <dt>Date&amp;Time</dt>
155 <dt>Financial</dt>
158 <dt>Information</dt>
161 <dt>Logical</dt>
164 <dt>Mathematical</dt>
167 <dt>Matrix</dt>
170 <dt>Statistical</dt>
173 <dt>Spreadsheet</dt>
176 <dt>Text</dt>
[all …]
H A DXSheetConditionalEntries.idl55 <dt><type>ConditionOperator</type> Operator</dt>
58 <dt><atom>string</atom> Formula1</dt>
61 <dt><atom>string</atom> Formula2</dt>
66 <dt><type scope="com::sun::star::table">CellAddress</type>
67 SourcePosition</dt>
71 <dt><atom>string</atom> StyleName</dt>
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_DocumentInfo.java93 DateTime dt = (DateTime)obj; in toString() local
95 return dt.Year + ":" + dt.Month + ":" + dt.Day in toString()
96 + ":" + dt.Hours + ":" + dt.Minutes in toString()
97 + ":" + dt.Seconds + ":" + dt.HundredthSeconds; in toString()
111 DateTime dt = new DateTime(); in getNewValue() local
113 dt.Year = 2000; in getNewValue()
114 dt.Month = 10; in getNewValue()
115 dt.Day = 18; in getNewValue()
116 dt.Hours = 19; in getNewValue()
117 dt.Minutes = 41; in getNewValue()
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DMalformedDataException.idl52 <dt><type scope="com::sun::star::container">ElementExistException</type></dt>
55 <dt><type scope="com::sun::star::container">NoSuchElementException</type></dt>
58 <dt><type scope="com::sun::star::beans">IllegalTypeException</type></dt>
61 <dt><type scope="com::sun::star::beans">PropertyExistException</type></dt>
64 <dt><type scope="com::sun::star::beans">UnknownPropertyException</type></dt>
67 <dt><type scope="com::sun::star::lang">IllegalArgumentException</type></dt>
70 <dt><type scope="com::sun::star::lang">IllegalAccessException</type></dt>
73 <dt><type scope="com::sun::star::lang">NoSupportException</type></dt>
H A DDataImporter.idl70 <dt><code>ImporterService</code> : <atom >string</atom></dt>
76 <dt><code>OverwriteExisting</code> : <atom >boolean</atom></dt>
83 <dt><code>TruncateExisting</code> : <atom >boolean</atom></dt>
91 <dt><code>Entity</code> : <atom >string</atom></dt>
98 <dt><code>Component</code> : <atom >string</atom></dt>
103 <dt><code>LayerFilter</code> : <type >LayerFilter</type></dt>
/trunk/main/dtrans/source/os2/dnd/
H A Dglobals.cxx145 DropTarget* dt = (DropTarget*) GetWindowDropTargetPtr( hwnd); in dndFrameProc() local
152 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DRAGOVER", hwnd, dt); in dndFrameProc()
153 return dt->dragOver( (PDRAGINFO) mp1); in dndFrameProc()
157 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DRAGLEAVE", hwnd, dt); in dndFrameProc()
158 return dt->dragLeave( (PDRAGINFO) mp1); in dndFrameProc()
162 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DROP", hwnd, dt); in dndFrameProc()
163 mr = dt->drop( (PDRAGINFO) mp1); in dndFrameProc()
164 debug_printf("dndFrameProc hwnd %x, dt %x, DM_DROP mr=%x", hwnd, dt, mr); in dndFrameProc()
170 mr = dt->renderComplete( (PDRAGTRANSFER) mp1); in dndFrameProc()
176 debug_printf("dndFrameProc hwnd %x, dt %x, DM_RENDERPREPARE", hwnd, dt); in dndFrameProc()
[all …]
/trunk/main/offapi/com/sun/star/chart/
H A DAccessibleChartDocumentView.idl65 <dt>Role</dt>
68 <dt>Name</dt>
71 <dt>Description</dt>
75 <dt>Children</dt>
84 <dt>Parent</dt>
88 <dt>Relations</dt>
92 <dt>States</dt>
114 <dt>Locale</dt>
116 <dt>Property change listeners</dt>
H A DAccessibleChartElement.idl72 <dt>Role</dt>
76 <dt>Name</dt>
82 <dt>Description</dt>
90 <dt>Children</dt>
95 <dt>Parent</dt>
99 <dt>Relations</dt>
102 <dt>States</dt>
131 <dt>Locale</dt>
133 <dt>Property change listeners</dt>
/trunk/main/offapi/com/sun/star/style/
H A DStyleFamilies.idl48 </dt>
54 </dt>
58 <dt>FrameStyles
59 </dt>
63 <dt>PageStyles
64 </dt>
69 </dt>
73 <dt>CellStyles
74 </dt>
78 <dt>ShapeStyles
[all …]
/trunk/main/offapi/com/sun/star/form/control/
H A DInteractionGridControl.idl51 …<dt>.uno:GridSlots/BrowserAttribs</dt><dd> (interactively) customize the overall appearance of the…
52 …<dt>.uno:GridSlots/RowHeight</dt><dd> (interactively) customize the row height appearance of the g…
53 …<dt>.uno:GridSlots/ColumnAttribs</dt><dd> (interactively) customize the format of a given column</…
54 … <dt>.uno:GridSlots/ColumnWidth</dt><dd> (interactively) customize the width of a given column</dd>
61 …<dt>ColumnId</dt><dd> the id of the column in question, if the command is executed for a column</d…
62 …<dt>ColumnModelPos</dt><dd> the model position of the column in question, if the command is execut…
63 …<dt>ColumnViewPos</dt><dd> the view position of the column in question, if the command is executed…
H A DGridControl.idl148 <dt>.uno:FormSlots/moveToFirst</dt><dd> move the cursor to the first record</dd>
149 <dt>.uno:FormSlots/moveToPrev</dt><dd> move the cursor to the previous record</dd>
150 <dt>.uno:FormSlots/moveToNext</dt><dd> move the cursor to the next record</dd>
151 <dt>.uno:FormSlots/moveToLast</dt><dd> move the cursor to the last record</dd>
152 …<dt>.uno:FormSlots/moveToNew</dt><dd> move the cursor to the (one and only) <em>new</em> record</d…
153 <dt>.uno:FormSlots/undoRecord</dt><dd> undo the changes done so far in the current record</dd>
/trunk/main/offapi/com/sun/star/embed/
H A DFileSystemStorage.idl50 <dt>interface <type scope="com::sun::star::lang">XComponent</type>
51 </dt>
66 <dt>interface <type>XStorage</type></dt>
69 <dt><method>XStorage::openStorageElement</method></dt>
75 <dt><method>XStorage::copyLastCommitTo</method></dt>
82 <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
89 <dt><method>XStorage::removeStorageElement</method></dt>
98 <dt>property URL</dt>
H A DStorage.idl86 </dt>
118 <dt>interface <type>XStorage</type></dt>
121 <dt><method>XStorage::openStreamElement</method></dt>
138 <dt><method>XStorage::openEncryptedStreamElement</method></dt>
149 <dt><method>XStorage::openStorageElement</method></dt>
155 <dt><method>XStorage::cloneStreamElement</method></dt>
189 <dt><method>XStorage::cloneEncryptedStreamElement</method></dt>
214 <dt><method>XStorage::copyLastCommitTo</method></dt>
223 <dt><method>XStorage::copyStorageElementLastCommitTo</method></dt>
240 <dt><method>XStorage::removeStorageElement</method></dt>
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java253 dt.Year = 2038; in check()
254 dt.Month = 1; in check()
255 dt.Day = 1; in check()
256 xDP.setCreationDate(dt); in check()
276 dt.Year = 2042; in check()
277 xDP.setModificationDate(dt); in check()
283 dt.Year = 2024; in check()
284 xDP.setPrintDate(dt); in check()
292 dt.Year = 2043; in check()
293 xDP.setTemplateDate(dt); in check()
[all …]
/trunk/main/offapi/com/sun/star/form/component/
H A DDatabaseListBox.idl88 <dt>0</dt>
92 <dt>1 or greater</dt>
115 <dt><member scope="com::sun::star::form">ListSourceType::VALUELIST</member></dt>
119 <dt><member scope="com::sun::star::form">ListSourceType::TABLE</member></dt>
123 <dt><member scope="com::sun::star::form">ListSourceType::QUERY</member></dt>
130 <dt><member scope="com::sun::star::form">ListSourceType::SQL</member></dt>
134 <dt><member scope="com::sun::star::form">ListSourceType::SQLPASSTHROUGH</member></dt>
140 <dt><member scope="com::sun::star::form">ListSourceType::TABLEFIELDS</member></dt>
/trunk/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl180 <dt><const>CalendarDisplayIndex::AM_PM</const></dt>
182 <dt><const>CalendarDisplayIndex::DAY</const></dt>
186 <dt><const>CalendarDisplayIndex::MONTH</const></dt>
190 <dt><const>CalendarDisplayIndex::YEAR</const></dt>
192 <dt><const>CalendarDisplayIndex::ERA</const></dt>
206 <dt> 0 </dt>
208 <dt> 1 </dt>

Completed in 63 milliseconds

1234567