Home
last modified time | relevance | path

Searched refs:sTitle (Results 151 – 168 of 168) sorted by relevance

1234567

/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx2111 void SAL_CALL ODatabaseDocument::setTitle( const ::rtl::OUString& sTitle ) in setTitle() argument
2116 impl_getTitleHelper_throw()->setTitle( sTitle ); in setTitle()
H A Ddatabasedocument.hxx435 …virtual void SAL_CALL setTitle( const ::rtl::OUString& sTitle ) throw (::com::sun::star::uno::Runt…
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1194 sTitle(RTL_CONSTASCII_USTRINGPARAM("Title")), in XMLTextParagraphExport()
3120 if( rPropSetInfo->hasPropertyByName( sTitle ) ) in exportTitleAndDescription()
3123 rPropSet->getPropertyValue( sTitle ) >>= sObjTitle; in exportTitleAndDescription()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4635 String sTitle = GetText(); in SwAutoMarkDlg_Impl() local
4636 sTitle.AppendAscii( RTL_CONSTASCII_STRINGPARAM(": ")); in SwAutoMarkDlg_Impl()
4637 sTitle += sAutoMarkURL; in SwAutoMarkDlg_Impl()
4638 SetText(sTitle); in SwAutoMarkDlg_Impl()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1819 String sTitle (sFormatTitle); in CreateAndInsert() local
1820 pFormat->SetComment(sTitle); in CreateAndInsert()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1387 …String sTitle = aObj.getName( INetURLObject::LAST_SEGMENT, true, INetURLObject::DECODE_WITH_CHARSE… in CreateNewFolder() local
1388 String sEntry = mpImp->FolderInserted( sURL, sTitle ); in CreateNewFolder()
/trunk/main/framework/source/services/
H A Dframe.cxx1760 void SAL_CALL Frame::setTitle( const ::rtl::OUString& sTitle ) in setTitle() argument
1771 xTitle->setTitle(sTitle); in setTitle()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx388 String sTitle; member in SwHTMLParser
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx130 const ::rtl::OUString sTitle; member in XMLTextParagraphExport
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx1279 virtual void SAL_CALL setTitle( const ::rtl::OUString& sTitle )
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx375 …virtual void SAL_CALL setTitle( const ::rtl::OUString& sTitle ) throw (::com::sun::star::uno::Runt…
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1459 const String sTitle(uTemp); in setPropertyValue() local
1462 pFlyFmt->GetDoc()->SetFlyFrmTitle( *(pFlyFmt), sTitle ); in setPropertyValue()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx933 String sTitle(ModuleRes(STR_TABLEDESIGN_NO_PRIM_KEY_HEAD)); in IMPL_LINK() local
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx597 String sTitle; member in WW8FormulaControl
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2796 void SAL_CALL OReportDefinition::setTitle( const ::rtl::OUString& sTitle ) in setTitle() argument
2805 impl_getTitleHelper_throw()->setTitle (sTitle); in setTitle()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2555 ::rtl::OUString sTitle; in setProperty()
2556 if ( Value >>= sTitle ) in setProperty()
2558 pTabPage->SetText(sTitle); in setProperty()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx3904 void SAL_CALL SfxBaseModel::setTitle( const ::rtl::OUString& sTitle ) in setTitle() argument
3910 impl_getTitleHelper()->setTitle (sTitle); in setTitle()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1734 aReturn.sTitle = (ID_BROWSER_UNDORECORD == nId) ? m_sStateUndoRecord : m_sStateSaveRecord; in GetState()

Completed in 259 milliseconds

1234567