Home
last modified time | relevance | path

Searched refs:tempStr (Results 1 – 2 of 2) sorted by path

/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx491 rtl::OUString tempStr( 32 ); in getTransformGlyphContext() local
523 rtl::OUString tempStr( 32 ); in drawCharGlyphs() local
536 pText->Text.append( tempStr ); in drawCharGlyphs()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Dpropsheets.cxx343 std::wstring tempStr = metaInfo.getTagData( META_INFO_DESCRIPTION ).c_str(); in InitPropPageSummary() local
344 std::wstring::size_type itor = tempStr.find ( L"\n" , 0 ); in InitPropPageSummary()
347 tempStr.insert(itor, L"\r"); in InitPropPageSummary()
348 itor = tempStr.find(L"\n", itor + 2); in InitPropPageSummary()
350 SetWindowText(GetDlgItem(hwnd,IDC_COMMENTS), tempStr.c_str()); in InitPropPageSummary()

Completed in 30 milliseconds