Home
last modified time | relevance | path

Searched refs:rStr (Results 1 – 25 of 605) sorted by path

12345678910>>...25

/trunk/main/automation/source/server/
H A Dstatemnt.cxx1197 virtual void SetText( const XubString& rStr );
1342 void DisplayHidWin::SetText( const XubString& rStr ) in SetText() argument
1344 pContainer->SetText( rStr ); in SetText()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx540 sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex ) in searchEOL() argument
544 sal_Int32 iLF = rStr.indexOf( LINE_SEP, fromIndex ); in searchEOL()
551 iRetPos = rStr.indexOf( LINE_SEP_CR, fromIndex ); in searchEOL()
H A Dbastypes.cxx705 nStartPos = searchEOL( rStr, nStartPos ); in CutLines()
718 nEndPos = searchEOL( rStr, nEndPos+1 ); in CutLines()
721 nEndPos = rStr.getLength(); in CutLines()
725 ::rtl::OUString aEndStr = rStr.copy( nEndPos ); in CutLines()
726 rStr = rStr.copy( 0, nStartPos ); in CutLines()
727 rStr += aEndStr; in CutLines()
732 sal_Int32 nLen = rStr.getLength(); in CutLines()
734 rStr.getStr()[ n ] == LINE_SEP_CR ) ) in CutLines()
741 ::rtl::OUString aEndStr = rStr.copy( n ); in CutLines()
742 rStr = rStr.copy( 0, nStartPos ); in CutLines()
[all …]
H A Dmoduldl2.cxx221 SvLBoxEntry* BasicCheckBox::DoInsertEntry( const String& rStr, sal_uLong nPos ) in DoInsertEntry() argument
223 return SvTabListBox::InsertEntryToColumn( rStr, nPos, 0 ); in DoInsertEntry()
H A Dmoduldlg.hxx126 SvLBoxEntry* DoInsertEntry( const String& rStr, sal_uLong nPos = LISTBOX_APPEND );
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx57 sal_Int32 searchEOL( const ::rtl::OUString& rStr, sal_Int32 fromIndex );
321 void CutLines( ::rtl::OUString& rStr, sal_Int32 nStartLine, sal_Int32 nLines, sal_Bool b…
/trunk/main/basegfx/source/inc/
H A Dstringconversiontools.hxx34 const ::rtl::OUString& rStr,
38 const ::rtl::OUString& rStr,
58 const ::rtl::OUString& rStr);
71 const ::rtl::OUString& rStr,
75 const ::rtl::OUString& rStr);
81 lcl_skipNumber(io_rPos, rStr, nLen); in lcl_skipNumberAndSpacesAndCommas()
82 lcl_skipSpacesAndCommas(io_rPos, rStr, nLen); in lcl_skipNumberAndSpacesAndCommas()
90 lcl_skipDouble(io_rPos, rStr); in lcl_skipDoubleAndSpacesAndCommas()
91 lcl_skipSpacesAndCommas(io_rPos, rStr, nLen); in lcl_skipDoubleAndSpacesAndCommas()
94 inline void lcl_putNumberChar( ::rtl::OUStringBuffer& rStr, in lcl_putNumberChar() argument
[all …]
/trunk/main/basegfx/source/tools/
H A Dstringconversiontools.cxx48 && (sal_Unicode(' ') == rStr[io_rPos] || sal_Unicode(',') == rStr[io_rPos])) in lcl_skipSpacesAndCommas()
63 aChar = rStr[++io_rPos]; in lcl_getDoubleChar()
70 aChar = rStr[++io_rPos]; in lcl_getDoubleChar()
77 aChar = rStr[++io_rPos]; in lcl_getDoubleChar()
84 aChar = rStr[++io_rPos]; in lcl_getDoubleChar()
91 aChar = rStr[++io_rPos]; in lcl_getDoubleChar()
146 aChar = rStr[++io_rPos]; in lcl_importNumberAndSpaces()
152 aChar = rStr[++io_rPos]; in lcl_importNumberAndSpaces()
186 aChar = rStr[++io_rPos]; in lcl_skipDouble()
192 aChar = rStr[++io_rPos]; in lcl_skipDouble()
[all …]
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx83 void SetErrorStr( const String& rStr) { aErrStr = rStr; } in SetErrorStr() argument
/trunk/main/basic/source/classes/
H A Dsb.cxx1199 String& rStr = *it; in implProcessModuleRunInit() local
1202 ModuleInitDependencyMap::iterator itFind = rMap.find( rStr ); in implProcessModuleRunInit()
/trunk/main/basic/source/comp/
H A Dparser.cxx824 void addStringConst( SbiSymPool& rPool, const char* pSym, const String& rStr ) in addStringConst() argument
828 pConst->Set( rStr ); in addStringConst()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx118 static void FilterWhiteSpace( String& rStr ) in FilterWhiteSpace() argument
120 rStr.EraseAllChars( ' ' ); in FilterWhiteSpace()
121 rStr.EraseAllChars( '\t' ); in FilterWhiteSpace()
122 rStr.EraseAllChars( '\n' ); in FilterWhiteSpace()
123 rStr.EraseAllChars( '\r' ); in FilterWhiteSpace()
1464 const String& rStr = rPar.Get(1)->GetString(); in RTLFUNC() local
1476 sal_uInt16 nStrLen = rStr.Len(); in RTLFUNC()
1703 const String& rStr = rPar.Get(2)->GetString(); in RTLFUNC() local
1704 aFiller = rStr.GetBuffer()[0]; in RTLFUNC()
3501 const String& rStr = *iter; in RTLFUNC() local
[all …]
H A Dmethods1.cxx1016 const String& rStr = rVar.GetString(); in lcl_WriteSbxVariable() local
1021 pStrm->WriteByteString( rStr, gsl_getSystemTextEncoding() ); in lcl_WriteSbxVariable()
1028 ByteString aByteStr( rStr, gsl_getSystemTextEncoding() ); in lcl_WriteSbxVariable()
/trunk/main/basic/source/sbx/
H A Dsbxconv.hxx144 SbxArray* StringToByteArray(const ::rtl::OUString& rStr);
H A Dsbxscan.cxx577 static sal_uInt16 printfmtstr( const XubString& rStr, XubString& rRes, const XubString& rFmt ) in printfmtstr() argument
579 const xub_Unicode* pStr = rStr.GetBuffer(); in printfmtstr()
596 rRes = rStr; in printfmtstr()
599 rRes = rStr; in printfmtstr()
H A Dsbxstr.cxx257 SbxArray* StringToByteArray(const ::rtl::OUString& rStr) in StringToByteArray() argument
259 sal_Int32 nArraySize = rStr.getLength() * 2; in StringToByteArray()
260 const sal_Unicode* pSrc = rStr.getStr(); in StringToByteArray()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx568 static void createVariableURL( OUString& rStr, const OUString& rLibName, in createVariableURL() argument
572 rStr = OUString::createFromAscii( "$(USER)/basic/" ); in createVariableURL()
574 rStr = OUString::createFromAscii( "$(INST)/share/basic/" ); in createVariableURL()
576 rStr += rLibName; in createVariableURL()
577 rStr += OUString::createFromAscii( "/" ); in createVariableURL()
578 rStr += rInfoFileName; in createVariableURL()
579 rStr += OUString::createFromAscii( ".xlb/" ); in createVariableURL()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx629 void renderInfoText( const ::rtl::OUString& rStr,
1937 void DXRenderModule::renderInfoText( const ::rtl::OUString& rStr, in renderInfoText() argument
1981 pGraphics->DrawString( reinterpret_cast<LPCWSTR>(rStr.getStr()), in renderInfoText()
1982 rStr.getLength(), in renderInfoText()
/trunk/main/canvas/source/vcl/
H A Dspritecanvashelper.cxx168 const ::rtl::OUString& rStr, in renderInfoText()
179 rOutDev.DrawText( rPos, rStr ); in renderInfoText()
/trunk/main/chart2/source/controller/main/
H A DDragMethod_Base.cxx76 void DragMethod_Base::TakeSdrDragComment(String& rStr) const in TakeSdrDragComment()
78 rStr = String( getUndoDescription() ); in TakeSdrDragComment()
H A DDragMethod_Base.hxx47 virtual void TakeSdrDragComment(String& rStr) const;
H A DDragMethod_PieSegment.cxx81 void DragMethod_PieSegment::TakeSdrDragComment(String& rStr) const in TakeSdrDragComment()
83 rStr = String( SchResId( STR_STATUS_PIE_SEGMENT_EXPLODED ) ); in TakeSdrDragComment()
84rStr.SearchAndReplaceAscii( "%PERCENTVALUE", String::CreateFromInt32( static_cast<sal_Int32>((m_fA… in TakeSdrDragComment()
H A DDragMethod_PieSegment.hxx39 virtual void TakeSdrDragComment(String& rStr) const;
H A DDragMethod_RotateDiagram.hxx52 virtual void TakeSdrDragComment(String& rStr) const;
/trunk/main/chart2/source/inc/
H A DCommonFunctors.hxx111 double operator() ( const ::rtl::OUString & rStr ) in operator ()()
114 double fResult = ::rtl::math::stringToDouble( rStr, '.', ',', & eConversionStatus, NULL ); in operator ()()

Completed in 177 milliseconds

12345678910>>...25