Searched refs:sCaption (Results 1 – 9 of 9) sorted by relevance
51 rtl::OUString sCaption; in getCaption() local52 getPropertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("Label") ) >>= sCaption; in getCaption()53 return sCaption; in getCaption()59 rtl::OUString sCaption = _caption.replace('&','~'); in setCaption() local60 …pertyValue( m_aPropertyValues, rtl::OUString::createFromAscii("Label"), uno::makeAny( sCaption ) ); in setCaption()
59 rtl::OUString sCaption; in setValue() local60 _value >>= sCaption; in setValue()61 setCaption( sCaption ); in setValue()
106 rtl::OUString sCaption; in getCaption() local107 … m_xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ) ) >>= sCaption; in getCaption()108 return sCaption; in getCaption()
47 String sCaption; member in InsCaptionOpt80 inline const String& GetCaption() const { return sCaption; } in GetCaption()81 inline void SetCaption(const String& rCap) { sCaption = rCap; } in SetCaption()
143 rtl::OUString sCaption; in WindowsAccessImpl() local144 window.getCaption() >>= sCaption; in WindowsAccessImpl()145 namesToIndices[ sCaption ] = nIndex++; in WindowsAccessImpl()
84 sCaption = rOpt.sCaption; in operator =()
381 String sCaption = aTextEdit.GetText(); in DrawSample() local436 if( sCaption.Len() > 0 ) in DrawSample()441 aStr += sCaption; in DrawSample()
608 Function AddToAddInCommandBar(VBInst As Object, sCaption As String, oBitmap As Object) As Object …631 cbMenuCommandBar.Caption = sCaption
1342 ::rtl::OUString sCaption; in fillArgs()1343 …sCaption = _aDescriptor.getUnpackedValueOrDefault(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Doc… in fillArgs()1344 setCaption(sCaption); in fillArgs()
Completed in 44 milliseconds