Home
last modified time | relevance | path

Searched refs:sCaption (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx51 rtl::OUString sCaption; in getCaption() local
52 getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("Label") ) >>= sCaption; in getCaption()
53 return sCaption; in getCaption()
59 rtl::OUString sCaption = _caption.replace('&','~'); in setCaption() local
60 …pertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("Label"), uno::makeAny( sCaption ) ); in setCaption()
/trunk/main/vbahelper/source/msforms/
H A Dvbalabel.cxx59 rtl::OUString sCaption; in setValue() local
60 _value >>= sCaption; in setValue()
61 setCaption( sCaption ); in setValue()
H A Dvbauserform.cxx106 rtl::OUString sCaption; in getCaption() local
107 … m_xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ) ) >>= sCaption; in getCaption()
108 return sCaption; in getCaption()
/trunk/main/sw/source/ui/inc/
H A Dcaption.hxx47 String sCaption; member in InsCaptionOpt
80 inline const String& GetCaption() const { return sCaption; } in GetCaption()
81 inline void SetCaption(const String& rCap) { sCaption = rCap; } in SetCaption()
/trunk/main/sc/source/ui/vba/
H A Dvbawindows.cxx143 rtl::OUString sCaption; in WindowsAccessImpl() local
144 window.getCaption() >>= sCaption; in WindowsAccessImpl()
145 namesToIndices[ sCaption ] = nIndex++; in WindowsAccessImpl()
/trunk/main/sw/source/ui/config/
H A Dcaption.cxx84 sCaption = rOpt.sCaption; in operator =()
/trunk/main/sw/source/ui/frmdlg/
H A Dcption.cxx381 String sCaption = aTextEdit.GetText(); in DrawSample() local
436 if( sCaption.Len() > 0 ) in DrawSample()
441 aStr += sCaption; in DrawSample()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.bas608 Function AddToAddInCommandBar(VBInst As Object, sCaption As String, oBitmap As Object) As Object …
631 cbMenuCommandBar.Caption = sCaption
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1342 ::rtl::OUString sCaption; in fillArgs()
1343sCaption = _aDescriptor.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Doc… in fillArgs()
1344 setCaption(sCaption); in fillArgs()

Completed in 56 milliseconds