Home
last modified time | relevance | path

Searched refs:Title (Results 26 – 50 of 1057) sorted by relevance

12345678910>>...43

/trunk/main/oovbaapi/ooo/vba/excel/
H A DXApplication.idl89 …any GetOpenFilename( [in] any FileFilter, [in] any FilterIndex, [in] any Title, [in] any ButtonTex…
90 … any InitialFileName, [in] any FileFilter, [in] any FilterIndex, [in] any Title, [in] any ButtonTe…
/trunk/main/svx/source/gallery2/
H A Dgallery.src160 Text [ en-US ] = "Title" ;
371 Text [ en-US ] = "~Title" ;
/trunk/main/scp2/source/draw/
H A Dregistryitem_draw.scp474 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
542 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
657 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
801 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
/trunk/main/scp2/source/impress/
H A Dregistryitem_impress.scp488 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
556 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
672 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
830 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyFolderContent.idl137 string Title
206 "Title" to a non-empty value ). For a link, you need to set the
H A DTransientDocumentsFolderContent.idl144 string Title
216 "Title").
H A DWebDAVFolderContent.idl149 string Title
219 "Title" to a non-empty value ).
H A DHierarchyRootFolderContent.idl135 string Title ( read-only, always an empty string )
204 "Title" to a non-empty value ). For a link, you need to set the
H A DTransientDocumentsDocumentContent.idl139 string Title ( read-only )
206 "Title").
H A DFileContent.idl116 "Title" to a non-empty value ).
191 string Title ( file name )
H A DPackageFolderContent.idl150 string Title
220 "Title" to a non-empty value ).
/trunk/main/offapi/com/sun/star/sdb/
H A DErrorMessageDialog.idl83 [property] string Title;
142 <li><b>Title</b><br/>
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.src182 …;PhonePriv;PhoneComp;PhoneOffice;PhoneCell;PhoneOther;Pager;Fax;EMail;URL;Title;Position;Code;Addr…
227 Text [ en-US ] = "Title" ;
/trunk/main/framework/source/services/
H A Dautorecovery.cxx1170 xItem->getPropertyValue(CFG_ENTRY_PROP_TITLE ) >>= aInfo.Title ; in implts_readConfig()
1401 … xSet->setPropertyValue(CFG_ENTRY_PROP_TITLE , css::uno::makeAny(rInfo.Title )); in implts_flushConfigItem()
1794 aNew.Title = xTitle->getTitle (); in implts_registerDocument()
2016 rInfo.Title = xDocTitle->getTitle (); in implts_markDocumentAsSaved()
2019 …rInfo.Title = lDescriptor.getUnpackedValueOrDefault(::comphelper::MediaDescriptor::PROP_TITLE… in implts_markDocumentAsSaved()
2020 if (!rInfo.Title.getLength()) in implts_markDocumentAsSaved()
2021 …rInfo.Title = lDescriptor.getUnpackedValueOrDefault(::comphelper::MediaDescriptor::PROP_DOCUMENTT… in implts_markDocumentAsSaved()
3015 aInfo.put( CFG_ENTRY_PROP_TITLE, pInfo->Title ); in implst_createFeatureStateEvent()
/trunk/main/desktop/test/deployment/update/website_update/
H A Dreadme.txt81 the "Provider Title" field of the extension release edit page.
109 Choose for example as "Provider Title": FOO and as "Provider URL" some valid URL but NOT
/trunk/main/sw/source/ui/utlui/
H A Dinitui.src151 Text [ en-US ] = "Title" ;
371 Text [ en-US ] = "Title" ;
/trunk/main/scp2/source/calc/
H A Dregistryitem_calc.scp500 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
541 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
657 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
801 …Value = "prop:System.PropGroup.Description;System.Title;System.Author;System.Subject;System.Keywor…
/trunk/main/toolkit/source/controls/
H A Ddialogcontrol.cxx416 void UnoDialogControl::setTitle( const ::rtl::OUString& Title ) throw(RuntimeException) in setTitle() argument
420 aAny <<= Title; in setTitle()
/trunk/main/cui/source/dialogs/
H A Dgallery.src253 Text [ en-US ] = "Enter Title" ;
280 Text [ en-US ] = "Title" ;
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx874 const rtl::OUString Title = rtl::OUString::createFromAscii( "Title" ); in setPropertyValues() local
881 if( Values[i].Name == Title ) in setPropertyValues()
951 if( Values[i].Name != Title ) in setPropertyValues()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx277 sal_Char Title[128]; member
354 sal_Char Title[64]; member
/trunk/main/desktop/test/deployment/update/publisher/
H A Dreadme.txt60 Enter "Publisher Title" : some arbitrary company
107 Enter "Publisher Title" : some arbitrary company name
/trunk/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java469 public void setTitle( String Title ) in setTitle() argument
471 _xDialog.setTitle( Title ); in setTitle()
/trunk/main/sc/source/ui/dbgui/
H A Dvalidate.src268 Text [ en-US ] = "~Title" ;
344 Text [ en-US ] = "~Title" ;
/trunk/main/xmlhelp/source/treeview/
H A Dtvread.cxx302 Title = tvDom->title; in TVRead()
303 configData.replaceName( Title ); in TVRead()
337 aAny <<= Title; in getByName()

Completed in 191 milliseconds

12345678910>>...43