/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | TableRow.cxx | 163 return _rStr; in operator <<() 170 _rStr >> nValue; in operator >>() 184 _rStr >> nValue; in operator >>() 204 _rStr >> nValue; in operator >>() 207 _rStr >> nValue; in operator >>() 209 _rStr >> nValue; in operator >>() 211 _rStr >> nValue; in operator >>() 213 _rStr >> nValue; in operator >>() 215 _rStr >> nValue; in operator >>() 218 _rStr >> nValue; in operator >>() [all …]
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | curledit.cxx | 79 void OConnectionURLEdit::SetText(const String& _rStr) in SetText() argument 82 SetText(_rStr, aNoSelection); in SetText() 86 void OConnectionURLEdit::SetText(const String& _rStr, const Selection& /*_rNewSelection*/) in SetText() argument 102 sal_Bool bIsEmpty = 0 == _rStr.Len(); in SetText() 108 sPrefix = m_pTypeCollection->getPrefix(_rStr); in SetText() 131 String sNewText( _rStr ); in SetText() 133 sNewText = m_pTypeCollection->cutPrefix( _rStr ); in SetText()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | charclass.hxx | 226 …::rtl::OUString& toUpper_rtl( ::rtl::OUString& _rStr ) const { return _rStr = toUpper_rtl( _rStr, … in toUpper_rtl() 227 …::rtl::OUString& toLower_rtl( ::rtl::OUString& _rStr ) const { return _rStr = toLower_rtl( _rStr, … in toLower_rtl()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | editimplementation.hxx | 52 void GenericEditImplementation< EDIT >::SetText( const String& _rStr ) in SetText() argument 54 m_rEdit.SetText( _rStr ); in SetText() 87 void GenericEditImplementation< EDIT >::ReplaceSelected( const String& _rStr ) in ReplaceSelected() argument 89 m_rEdit.ReplaceSelected( _rStr ); in ReplaceSelected()
|
H A D | editbrowsebox.hxx | 139 virtual void SetText( const String& _rStr ) = 0; 150 virtual void ReplaceSelected( const String& _rStr ) = 0; 175 virtual void SetText( const String& _rStr ); 186 virtual void ReplaceSelected( const String& _rStr );
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | quotedstring.cxx | 95 …void QuotedTokenizedString::GetTokenSpecial( ::rtl::OUString* _rStr,sal_Int32& nStartPos, sal_Unic… in GetTokenSpecial() argument 98 *_rStr = ::rtl::OUString(); in GetTokenSpecial() 155 *_rStr = buffer.makeStringAndClear(); in GetTokenSpecial()
|
/aoo41x/main/vcl/source/control/ |
H A D | ctrl.cxx | 547 …ntrol::DrawControlText( OutputDevice& _rTargetDevice, Rectangle& _io_rRect, const XubString& _rStr, in DrawControlText() argument 564 _io_rRect = _rTargetDevice.GetTextRect( _io_rRect, _rStr, _nStyle ); in DrawControlText() 565 _rTargetDevice.DrawText( _io_rRect, _rStr, _nStyle, _pVector, _pDisplayText ); in DrawControlText() 570 _io_rRect = aRenderer.DrawText( _io_rRect, _rStr, _nStyle, _pVector, _pDisplayText ); in DrawControlText()
|
H A D | field2.cxx | 2407 static sal_Bool ImplIsOnlyDigits( const String& _rStr ) in ImplIsOnlyDigits() argument 2409 const sal_Unicode* _pChr = _rStr.GetBuffer(); in ImplIsOnlyDigits() 2410 for ( xub_StrLen i = 0; i < _rStr.Len(); ++i, ++_pChr ) in ImplIsOnlyDigits() 2420 static sal_Bool ImplIsValidTimePortion( sal_Bool _bSkipInvalidCharacters, const String& _rStr ) in ImplIsValidTimePortion() argument 2424 if ( ( _rStr.Len() > 2 ) || ( _rStr.Len() < 1 ) || !ImplIsOnlyDigits( _rStr ) ) in ImplIsValidTimePortion() 2432 static sal_Bool ImplCutTimePortion( String& _rStr, xub_StrLen _nSepPos, sal_Bool _bSkipInvalidChara… in ImplCutTimePortion() argument 2434 String sPortion = _rStr.Copy( 0, _nSepPos ); in ImplCutTimePortion() 2435 _rStr.Erase( 0, _nSepPos + 1 ); in ImplCutTimePortion()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | listviewitems.hxx | 46 OBoldListboxString(SvLBoxEntry* _pEntry, sal_uInt16 _nFlags, const XubString& _rStr) in OBoldListboxString() argument 47 :SvLBoxString(_pEntry, _nFlags, _rStr) in OBoldListboxString()
|
H A D | curledit.hxx | 64 virtual void SetText(const String& _rStr); 65 virtual void SetText(const String& _rStr, const Selection& _rNewSelection);
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | inspectorhelpwindow.cxx | 66 void InspectorHelpWindow::SetText( const XubString& _rStr ) in SetText() argument 68 m_aHelpText.SetText( _rStr ); in SetText()
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | basicio.hxx | 45 …tor >> (const staruno::Reference<stario::XObjectInputStream>& _rxInStream, ::rtl::OUString& _rStr); 46 …const staruno::Reference<stario::XObjectOutputStream>& _rxOutStream, const ::rtl::OUString& _rStr);
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | quotedstring.hxx | 44 …void GetTokenSpecial( ::rtl::OUString* _rStr, sal_Int32& nStartPos, sal_Unicode cTok = ';', sal_Un…
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | ctrl.hxx | 98 const XubString& _rStr, sal_uInt16 _nStyle,
|