Home
last modified time | relevance | path

Searched refs:sFullName (Results 1 – 10 of 10) sorted by relevance

/trunk/main/l10ntools/inc/l10ntools/
H A Dfile.hxx34 rtl::OUString sFullName; member in transex::File
38 rtl::OUString getFullName(){ return sFullName; } in getFullName()
41 File( const rtl::OUString sFullName , const rtl::OUString sFile );
H A Ddirectory.hxx47 rtl::OUString sFullName; member in transex::Directory
62 rtl::OUString getFullName() { return sFullName ; } in getFullName()
/trunk/main/unotools/source/config/
H A Duseroptions.cxx752 ::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()
/trunk/main/l10ntools/source/
H A Ddirectory.cxx37 sFullName = sFullpath; in Directory()
42 sFullName = sFullPath; in Directory()
78 readDirectory( sFullName ); in scanSubDir()
95 readDirectory( sFullName ); in readDirectory()
H A Dfile.cxx39 sFullName = sFullPath; in File()
H A Dxmlparse.cxx543 …G = %s in File %s\n", id.GetBuffer(), language.GetBuffer(), ByteString( sFullName,RTL_TEXTENCODING… in InsertL10NElement()
/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx813 ::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()
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx238 void SetFullName( const String &rFullFilename ) { sFullName = rFullFilename; } in SetFullName()
252 String sFullName; member in XMLFile
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx4668 String sFullName(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( in WriteOCXStream() local
4670 sFullName.Append(rName); in WriteOCXStream()
4671 rSrc1->SetClass(aName,0x5C,sFullName); in WriteOCXStream()
4710 String sFullName(String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( in WriteOCXExcelKludgeStream() local
4712 sFullName.Append(rName); in WriteOCXExcelKludgeStream()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3404 ::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 135 milliseconds