Home
last modified time | relevance | path

Searched refs:title (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java42 String title = ResourceManager.getString("String_Error"); in checkPackagePathExistence() local
43 Informer.showErrorMessage(message, title); in checkPackagePathExistence()
73 String title = ResourceManager.getString("String_Error"); in checkPackageFormat() local
74 Informer.showErrorMessage(message, title); in checkPackageFormat()
144 String title = ResourceManager.getString("String_Error"); in createdSubDirectory()
145 Informer.showErrorMessage(message, title); in createdSubDirectory()
151 String title = ResourceManager.getString("String_Error"); in createdSubDirectory() local
152 Informer.showErrorMessage(message, title); in createdSubDirectory()
177 Informer.showErrorMessage(message, title); in createdDirectory()
230 Informer.showErrorMessage(message, title); in checkForNewerVersion()
[all …]
H A DInformer.java33 static public void showErrorMessage(String message, String title) { in showErrorMessage() argument
34 JOptionPane.showMessageDialog(null, message, title, JOptionPane.ERROR_MESSAGE ); in showErrorMessage()
37 static public void showInfoMessage(String message, String title) { in showInfoMessage() argument
38 JOptionPane.showMessageDialog(null, message, title, JOptionPane.INFORMATION_MESSAGE ); in showInfoMessage()
/trunk/main/offapi/com/sun/star/sheet/
H A DXPrintAreas.idl77 if <TRUE/>, title columns are repeated on each page.
83 /** returns the range that is specified as title columns range.
90 the range of columns that is specified as title columns range.
96 /** specifies a range of columns as title columns range.
105 the title columns range.
111 /** returns, whether the title rows are repeated on all subsequent
122 if <TRUE/>, title rows are repeated on each page.
128 /** returns the range that is specified as title rows range.
135 the range of rows that is specified as title rows range.
141 /** specifies a range of rows as title rows range.
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DPanelTitle.java43 public PanelTitle(String title, String subtitle, int rows, int columns) { in PanelTitle() argument
45 init(title, subtitle, rows, columns); in PanelTitle()
48 public PanelTitle(String title, String subtitle) { in PanelTitle() argument
50 init(title, subtitle, 0, 0); in PanelTitle()
53 public PanelTitle(String title) { in PanelTitle() argument
55 init(title, null, 0, 0); in PanelTitle()
62 public void setTitle(String title) { in setTitle() argument
63 TitleLabel.setText(title); in setTitle()
70 private void init(String title, String subtitle, int rows, int columns) { in init() argument
74 TitleLabel = new JLabel(title); in init()
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java75 public boolean showConfirmDialog(String title, String prompt) in showConfirmDialog() argument
80 xDialog = createConfirmDialog(title, prompt); in showConfirmDialog()
132 public String showInputDialog(String title, String prompt) in showInputDialog() argument
137 xDialog = createInputDialog(title, prompt); in showInputDialog()
194 if (title == null || title.equals("")) in createConfirmDialog()
196 title = "Scripting Framework"; in createConfirmDialog()
215 props.setPropertyValue("Title", title); in createConfirmDialog()
299 private XDialog createInputDialog(String title, String prompt) in createInputDialog() argument
302 if (title == null || title.equals("")) in createInputDialog()
304 title = "Scripting Framework"; in createInputDialog()
[all …]
H A DParcelBrowseNode.java211 String title = "Create Script"; in invoke() local
220 newName = dialogFactory.showInputDialog(title, prompt); in invoke()
224 newName = JOptionPane.showInputDialog(null, prompt, title, in invoke()
301 String title = "Rename Library"; in invoke() local
310 newName = dialogFactory.showInputDialog(title, prompt); in invoke()
314 newName = JOptionPane.showInputDialog(null, prompt, title, in invoke()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx111 OUString title; in getExtensionFolder() local
114 title = Reference<sdbc::XRow>( in getExtensionFolder()
118 return title; in getExtensionFolder()
166 title, &dbData ); in initActivationLayer()
215 OUString title( in initActivationLayer() local
221 if (title.endsWithAsciiL( in initActivationLayer()
692 title, NameClash::OVERWRITE )) in insertToActivationLayer()
704 dbData->fileName = title; in insertToActivationLayer()
1387 OUString title( in synchronizeAddedExtensions() local
1393 OUString title2 = title; in synchronizeAddedExtensions()
[all …]
/trunk/main/l10ntools/java/receditor/java/transex3/model/
H A DSdfEntity.java38 private String title; field in SdfEntity
58 …2, String langid, String text, String helptext, String quickhelptext, String title , String date) { in SdfEntity() argument
73 this.title = title; in SdfEntity()
107 +text+"\t"+helptext+"\t"+quickhelptext+"\t"+title+"\t"+date; in toString()
218 return title; in getTitle()
221 public void setTitle(String title) { in setTitle() argument
222 this.title = title; in setTitle()
/trunk/main/l10ntools/java/jpropex/java/
H A DSdfEntity.java39 private String title = new String(""); field in SdfEntity
76 …2, String langid, String text, String helptext, String quickhelptext, String title , String date) { in SdfEntity() argument
91 this.title = title; in SdfEntity()
126 … helptext ).append( "\t" ).append( quickhelptext ).append( "\t" ).append( title ).append( "\t" ).a… in toString()
237 return title; in getTitle()
240 public void setTitle(String title) { in setTitle() argument
241 this.title = title; in setTitle()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx230 std::string title; member in myparser
239 title(intitle) in myparser()
302 else if (title.empty() && !strcmp((const char*)test->name, "title")) in traverse()
304 title = dump(test); in traverse()
305 if (title.empty()) in traverse()
306 title = "<notitle>"; in traverse()
426 std::string title; in compile() local
445 myparser aparser(documentId, fileName, title); in compile()
450 title = aparser.title; in compile()
452 HCDBG(std::cerr << documentId << " : " << fileName << " : " << title << std::endl); in compile()
[all …]
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dlistviewbuilder.cxx155 void list_view_builder::insert_item(const std::wstring& title, const std::wstring& value, bool is_e… in insert_item() argument
163 lvi.cchTextMax = title.size() + 1; in insert_item()
165 lvi.pszText = const_cast<wchar_t*>(title.c_str()); in insert_item()
167 if (title.length() > 0) in insert_item()
246 const std::wstring& title, const std::wstring& value, bool is_editable) in insert_item() argument
255 lvi.pszText = const_cast<wchar_t*>(title.c_str()); in insert_item()
258 if (title.length() > 0) in insert_item()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseUninstallationComponentsCtrl.java76 String title = ResourceManager.getString("String_Nothing_To_Uninstall"); in afterShow() local
77 Informer.showInfoMessage(message, title); in afterShow()
98 String title = ResourceManager.getString("String_Change_Selection"); in afterShow() local
99 Informer.showInfoMessage(message, title); in afterShow()
110 String title = ResourceManager.getString("String_Change_Selection"); in afterShow() local
111 Informer.showInfoMessage(message, title); in afterShow()
H A DChooseComponentsCtrl.java172 String title = ResourceManager.getString("String_Change_Selection"); in afterShow() local
173 Informer.showInfoMessage(message, title); in afterShow()
179 String title = ResourceManager.getString("String_Change_Selection"); in afterShow() local
180 Informer.showInfoMessage(message, title); in afterShow()
186 String title = ResourceManager.getString("String_Nothing_To_Install"); in afterShow() local
187 Informer.showInfoMessage(message, title); in afterShow()
H A DChooseDirectoryCtrl.java149 String title = ResourceManager.getString("String_ChooseDirectory4_Question_Title"); in afterShow() local
153 …int returnValue = JOptionPane.showConfirmDialog(null, message, title, JOptionPane.YES_NO_OPTION, J… in afterShow()
215 String title = ResourceManager.getString("String_Error"); in afterShow() local
216 Informer.showErrorMessage(message, title); in afterShow()
233 String title = ResourceManager.getString("String_Error"); in afterShow() local
234 Informer.showErrorMessage(message, title); in afterShow()
H A DUninstallationPrologueCtrl.java115 String title = ResourceManager.getString("String_Error"); in checkUninstallPrivileges() local
116 Informer.showErrorMessage(message, title); in checkUninstallPrivileges()
122 String title = ResourceManager.getString("String_Error"); in checkUninstallPrivileges() local
123 Informer.showErrorMessage(message, title); in checkUninstallPrivileges()
/trunk/main/sysui/desktop/debian/
H A Dopenoffice.org-debian-menus2 title="%PRODUCTNAME Writer" command="%PREFIX -writer"\
9 title="%PRODUCTNAME Calc" command="%PREFIX -calc"\
16 title="%PRODUCTNAME Draw" command="%PREFIX -draw"\
23 title="%PRODUCTNAME Impress" command="%PREFIX -impress"\
30 title="%PRODUCTNAME Base" command="%PREFIX -base"\
37 title="%PRODUCTNAME Printer Administration"\
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XDocumentInfoSupplier.java41 String title = null; in _getDocumentInfo() local
43 title = (String)xPropertySet.getPropertyValue("Title"); in _getDocumentInfo()
47 title = null; in _getDocumentInfo()
49 log.println("Got document title: " + title); in _getDocumentInfo()
50 tRes.tested("getDocumentInfo()", title != null); in _getDocumentInfo()
/trunk/main/l10ntools/scripts/tool/
H A Dsdf.py91 title = "" variable in SdfEntity
112 text="", helptext="", quickhelptext="", title="", date=""): argument
126 self.title = title;
149 self.title = splitted[ self.const._TITLE_POS ]
161 …"\t", self.text, "\t", self.helptext, "\t", self.quickhelptext, "\t" , self.title, "\t", self.date…
/trunk/main/offapi/com/sun/star/frame/
H A DXTitle.idl39 /** an interface representing an entity with a modifyable title.
44 /** Returns the title of the object.
47 * The title.
52 /** Sets the title of the object.
55 * The title.
/trunk/main/helpcontent2/helpers/
H A Dupdate_tree.pl175 ($title = $_) =~ s/^.*title=&quot;(.*)&quot;.*$/$1/;
176 $helpsection{$id} = $title;
183 ($title = $_) =~ s/^.*title=&quot;(.*)&quot;.*$/$1/;
184 $node{$id} = $title;
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx407 const OUString title( ucbContent.getPropertyValue( in bindPackage_() local
409 if (title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
411 title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
414 else if (title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
1059 OUString title(newTitle); in exportTo() local
1060 if (title.getLength() == 0) in exportTo()
1063 title, rtl_UriCharClassPchar, in exportTo()
1573 const OUString title( ucbContent.getPropertyValue( in scanLegacyBundle() local
1575 if (title.endsWithIgnoreAsciiCaseAsciiL( in scanLegacyBundle()
1577 !platform_fits( title.copy( 0, title.getLength() - 4 ) )) { in scanLegacyBundle()
[all …]
/trunk/main/solenv/bin/
H A Dexectest.pl64 print "\"$title\", " if defined $title;
80 $title = $3;
84 undef $title;
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx740 gchar *title; in UpdateFilterfromUI() local
741 gtk_tree_model_get (model, &iter, 2, &title, -1); in UpdateFilterfromUI()
742 updateCurrentFilterFromName(title); in UpdateFilterfromUI()
743 g_free (title); in UpdateFilterfromUI()
884 gchar *title; in getSelectedFiles() local
886 sFilterName = OUString( title, strlen( title), RTL_TEXTENCODING_UTF8 ); in getSelectedFiles()
887 g_free (title); in getSelectedFiles()
1499 gchar *title; in implChangeType() local
1500 gtk_tree_model_get (model, &iter, 2, &title, -1); in implChangeType()
1502 aLabel += rtl::OUString( title, strlen(title), RTL_TEXTENCODING_UTF8 ); in implChangeType()
[all …]
/trunk/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx350 void FTPURL::child(const rtl::OUString& title) in child() argument
352 m_aPathSegmentVec.push_back(encodePathSegment(title)); in child()
702 rtl::OString title; in mkdir() local
706 title = rtl::OString(titleOU.getStr(), in mkdir()
712 title = rtl::OString("/"); in mkdir()
714 rtl::OString aDel("del "); aDel += title; in mkdir()
715 rtl::OString mkd("mkd "); mkd += title; in mkdir()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ywrapper.mm614 NSString * title = [ self titleAttribute ];
616 if ( [ title length ] == 0 ) {
623 if ( title != nil ) {
624 [ title release ];
723 NSString * title = nil;
738 title = (NSString *) [ self titleAttribute ];
754 if ( title != nil && ! [ title isEqualToString: @"" ] ) {
757 …if ( [ title length ] == 0 && rxRelationSet.is() && rxRelationSet -> containsRelation ( Accessible…
780 [ title release ];
786 if ( title != nil ) {
[all …]

Completed in 124 milliseconds

12345678910>>...15