Home
last modified time | relevance | path

Searched refs:title (Results 101 – 125 of 357) sorted by relevance

12345678910>>...15

/aoo42x/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java81 String title = xTitle.getTitle(); in testNewAndCloseDocument() local
82 …Assert.assertEquals("New Document title start with \"Untitled\"",true, title.startsWith("Untitled"… in testNewAndCloseDocument()
/aoo42x/main/xmlhelp/source/treeview/
H A Dtvread.cxx107 title += rtl::OUString( (sal_Char*)(itle), in setTitle()
114 title += rtl::OUString( (sal_Char*)(itle), in setTitle()
160 rtl::OUString title; member in treeview::TVDom
302 Title = tvDom->title; in TVRead()
/aoo42x/main/readlicense_oo/docs/readme/
H A Deval.xsl26 <title></title>
/aoo42x/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx712 const OUString title( ucbContent.getPropertyValue( in bindPackage_() local
714 if (title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
721 else if (title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
732 else if (title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
736 else if (title.endsWithIgnoreAsciiCaseAsciiL( in bindPackage_()
/aoo42x/main/sd/source/filter/html/
H A Dpubdlg.src201 Text [ en-US ] = "Create title page" ;
481 // Page 4: Information for title page
496 Text [ en-US ] = "Information for the title page" ;
/aoo42x/main/offapi/com/sun/star/text/
H A DBibliographyDataType.idl65 /** A part of a book with its own title.
110 /** A document with an author and title, but not formally published.
H A DBibliographyDataField.idl69 /** This field contains the title of the book.
144 /** This field contains the title of the publishing.
H A DBaseFrameProperties.idl351 /** contains short title for the object
353 <p>This short title is visible as an alternative tag in HTML format.
/aoo42x/main/extensions/source/macosx/spotlight/
H A DOOoMetaDataParser.m39 [temp addObject:@"dc:title"];
55 [tempDict setObject:(NSString*)kMDItemTitle forKey:@"dc:title"];
/aoo42x/main/offapi/com/sun/star/i18n/
H A DKParseTokens.idl90 /// Unicode (above 127) title case letter
139 /// Unicode (above 127) lower or upper or title case alpha
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java167 public String callFolderDialog(String title, String description, String displayDir) in callFolderDialog() argument
178 xFolderPicker.setTitle(title); in callFolderDialog()
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java280 String title = ResourceManager.getString("String_Error"); in prepareUninstallation()
281 Informer.showErrorMessage(message, title); in prepareUninstallation()
/aoo42x/main/sw/source/ui/utlui/
H A Dinitui.src222 Text [ en-US ] = "Book excerpt with title" ;
311 Text [ en-US ] = "Book title" ;
/aoo42x/main/odk/
H A Dsetsdkenv_windows.template155 REM Set title to identify the prepared shell.
156 title Shell prepared for SDK
/aoo42x/main/offapi/com/sun/star/document/
H A DXUndoManager.idl87 …<p>A new undo action will be added to the undo stack, with the title given as <code>i_title</code>…
241 /** returns the title of the top-most action on the undo stack
251 /** returns the title of the top-most action on the Redo stack
/aoo42x/main/fpicker/source/aqua/
H A DFilterHelper.cxx150 rtl::OUString title = _rEntry.getTitle(); in operator ()() local
151 bMatch = ( title.equals(rTitle) ); in operator ()()
/aoo42x/main/offapi/com/sun/star/frame/
H A DFrame.idl154 /** if possible it sets/gets the UI title on/from the frame container window
158 task window all will be OK. Otherwise the title can't be set.
/aoo42x/main/extensions/source/bibliography/
H A Dsections.src275 Text [ en-US ] = "Book excerpt with title" ;
415 Text [ en-US ] = "~Book title" ;
/aoo42x/main/sd/source/core/
H A Dglob.src74 Text [ en-US ] = "Click to edit the title text format" ;
122 Text [ en-US ] = "Click to add title" ;
/aoo42x/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialogImpl.java352 String title = (String)Helper.getUnoPropertyValue( getModel(txtTemplateName), "Text" ); in templateTitleChanged() local
353 agendaTemplate.setTemplateTitle( title ); in templateTitleChanged()
/aoo42x/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java270 public JButton createButton (String title, String command) in createButton() argument
272 JButton aButton = new JButton (title); in createButton()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXResultSetMetaData.idl129 /** gets the suggested column title for use in printouts and
134 the suggested column title
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DSolarisInstaller.java238 String title = ResourceManager.getString("String_Error"); in installPackage() local
239 Informer.showErrorMessage(message, title); in installPackage()
/aoo42x/main/filter/source/pdf/
H A Dimpdialog.src35 //password dialog title
41 //password dialog title
474 Text[ en-US ] = "~Display document title";
/aoo42x/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java267 String title=null; in exporter() local
299 title=(String)AnyConverter.toObject(new Type(java.lang.String.class), pValue[i].Value); in exporter()

Completed in 79 milliseconds

12345678910>>...15