Searched refs:sFullName (Results 1 – 10 of 10) sorted by relevance
34 rtl::OUString sFullName; member in transex::File38 rtl::OUString getFullName(){ return sFullName; } in getFullName()41 File( const rtl::OUString sFullName , const rtl::OUString sFile );
47 rtl::OUString sFullName; member in transex::Directory62 rtl::OUString getFullName() { return sFullName ; } in getFullName()
752 ::rtl::OUString sFullName; in GetFullName()754 sFullName = GetFirstName(); in GetFullName()755 sFullName.trim(); in GetFullName()756 if ( sFullName.getLength() ) in GetFullName()757 sFullName += ::rtl::OUString::createFromAscii(" "); in GetFullName()758 sFullName += GetLastName(); in GetFullName()759 sFullName.trim(); in GetFullName()761 return sFullName; in GetFullName()
37 sFullName = sFullpath; in Directory()42 sFullName = sFullPath; in Directory()78 readDirectory( sFullName ); in scanSubDir()95 readDirectory( sFullName ); in readDirectory()
39 sFullName = sFullPath; in File()
543 …G = %s in File %s\n", id.GetBuffer(), language.GetBuffer(), ByteString( sFullName,RTL_TEXTENCODING… in InsertL10NElement()
813 ::rtl::OUString sFullName (GetToolBarResourceName(*iToolBar)); in PreUpdate()816 ::rtl::OUStringToOString(sFullName, RTL_TEXTENCODING_UTF8).getStr()); in PreUpdate()818 mxLayouter->destroyElement(sFullName); in PreUpdate()853 ::rtl::OUString sFullName (GetToolBarResourceName(*iToolBar)); in PostUpdate()856 ::rtl::OUStringToOString(sFullName, RTL_TEXTENCODING_UTF8).getStr()); in PostUpdate()858 mxLayouter->requestElement(sFullName); in PostUpdate()
238 void SetFullName( const String &rFullFilename ) { sFullName = rFullFilename; } in SetFullName()252 String sFullName; member in XMLFile
4668 String sFullName(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( in WriteOCXStream() local4670 sFullName.Append(rName); in WriteOCXStream()4671 rSrc1->SetClass(aName,0x5C,sFullName); in WriteOCXStream()4710 String sFullName(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( in WriteOCXExcelKludgeStream() local4712 sFullName.Append(rName); in WriteOCXExcelKludgeStream()
3404 ::rtl::OUString sFullName = rXConst->getName(); in getVBAConstant()3405 sal_Int32 indexLastDot = sFullName.lastIndexOf('.'); in getVBAConstant()3408 sLeafName = sFullName.copy( indexLastDot + 1); in getVBAConstant()
Completed in 138 milliseconds