Home
last modified time | relevance | path

Searched refs:title (Results 51 – 75 of 357) sorted by relevance

12345678910>>...15

/aoo42x/main/offapi/com/sun/star/chart2/
H A DTitle.idl58 /** the rotation of the title's text in degrees in the range
63 /** writes the characters of the title on top of each other if set
70 <p>If a relative position is given the title is not automatically placed,
/aoo42x/main/offapi/com/sun/star/ucb/
H A DTransferInfo.idl53 /** contains the title of the transferred object, if it is different
62 /** describes how to act in case of title clashes while transferring
65 <p>A title clash for instance occurs, if a file named "foo.txt" is
H A DHierarchyDataReadAccess.idl53 <li>"Title", which is of type <atom>string</atom>. It contains a title
70 containing a string containing the title of the node.
111 <atom>any</atom> containing a string containing the title of the node
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DXFilterGroupManager.idl48 append all the filters separately, with ignoring the group title.</p>
51 …The title of the filter group. Usually, the caller should localize this title, as it is to be pres…
/aoo42x/main/offapi/com/sun/star/drawing/framework/
H A DXPaneBorderPainter.idl112 The pane title. Supply an empty string for panes without
113 title. It is the responsibility of the caller to supply a title
114 only for pane border styles that support a title.
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java244 String title = null; in createReportJob() local
284 title = (String) aProps.Value; in createReportJob()
340 if (title != null) in createReportJob()
342 procParms.setProperty(ReportEngineParameterNames.TITLE, title); in createReportJob()
/aoo42x/main/scripting/java/com/sun/star/script/framework/browse/
H A DProviderBrowseNode.java199 String title = "Create Parcel"; in invoke() local
208 name = dialogFactory.showInputDialog(title, prompt); in invoke()
212 name = JOptionPane.showInputDialog(null, prompt, title, in invoke()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DDatasourceAdministrationDialog.idl60 /** the title of the (dialog) window
100 String describing the initial title of the dialog.
101 If not specified, a default title is used.
H A DErrorMessageDialog.idl81 /** the title of the (dialog) window
143 String describing the initial title of the dialog. If not specified, a default title is used.
/aoo42x/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx284 OUString title( in deleteUnusedFolders() local
289 if (title.endsWithAsciiL(tmp, sizeof(tmp) - 1) in deleteUnusedFolders()
290 || title.endsWithAsciiL(tmp_, sizeof(tmp_) - 1)) in deleteUnusedFolders()
292 makeURLAppendSysPathSegment(sDataFolder, title)); in deleteUnusedFolders()
/aoo42x/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx134 rtl::OUString title (RTL_CONSTASCII_USTRINGPARAM( "" ) ); in insertTab() local
135 pTabControl->InsertPage( id, title.getStr(), TAB_APPEND ); in insertTab()
201 rtl::OUString title = value.get<rtl::OUString>(); in setTabProps() local
202 pTabControl->SetPageText( sal::static_int_cast< sal_uInt16 >( ID ), title.getStr() ); in setTabProps()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXNamedRanges.idl90 <p>The names for the named ranges are taken from title cells in the
100 range $Sheet.$A$2:$A$3 (excluding the title cell). The latter named
108 specifies the location of the title cells.
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_service.cxx202 void ServiceImpl::setDialogTitle( OUString const & title ) in setDialogTitle() argument
212 dialog->SetText( title ); in setDialogTitle()
215 m_initialTitle = title; in setDialogTitle()
/aoo42x/main/offapi/com/sun/star/chart/
H A DXChartDocument.idl63 the shape of the main title of the chart document.
74 <p>Usually the subtitle is smaller than the main title by
75 default. And it is most commonly placed below the main title
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DInstallerFactory.java55 String title = ResourceManager.getString("String_Error"); in createInstaller() local
56 Informer.showErrorMessage(message, title); in createInstaller()
/aoo42x/main/qadevOOo/tests/java/ifc/chart/
H A D_XAxisXSupplier.java68 XShape title = oObj.getXAxisTitle(); in _getXAxisTitle() local
69 result = (title != null); in _getXAxisTitle()
H A D_XAxisZSupplier.java69 XShape title = oObj.getZAxisTitle(); in _getZAxisTitle() local
70 result = (title != null); in _getZAxisTitle()
H A D_XAxisYSupplier.java70 XShape title = oObj.getYAxisTitle(); in _getYAxisTitle() local
71 result = (title != null); in _getYAxisTitle()
H A D_XChartDocument.java70 XShape title = oObj.getTitle(); in _getTitle() local
71 tRes.tested("getTitle()", title != null); in _getTitle()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DCalculator.java77 String title = ResourceManager.getString("String_Error"); in notEnoughDiscSpace() local
78 Informer.showErrorMessage(message, title); in notEnoughDiscSpace()
H A DInstallChangeCtrl.java125 String title = ResourceManager.getString("String_Error"); in checkInstallChange() local
126 Informer.showErrorMessage(message, title); in checkInstallChange()
/aoo42x/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java383 String title = "titleForTest"; in testDescriptionTitle() local
385 xDocPro.setTitle(title); in testDescriptionTitle()
391 assertEquals("Title should be "+ title, title, xDocPro2.getTitle()); in testDescriptionTitle()
/aoo42x/main/shell/source/win32/shlxthandler/propsheets/
H A Ddocument_statistic.hxx42 const std::wstring& title, in statistic_item()
45 title_(title), in statistic_item()
/aoo42x/main/odk/docs/cpp/ref/
H A Dcpp.css50 #adc-cppref div.title { text-align:center; line-height:26pt;
92 #adc-cppref .title-table td,
113 div.title HTML page headline
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DBundle.properties30 # Dialog title:
42 # Will appear in dialog title; see above

Completed in 74 milliseconds

12345678910>>...15