Home
last modified time | relevance | path

Searched refs:aInterfaceName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx415 OUString aInterfaceName; in createUniqueInterfaceName() local
416 pValues->Value >>= aInterfaceName; in createUniqueInterfaceName()
420 if( aInterfaceName.match( rInterfaceName ) ) in createUniqueInterfaceName()
424 sal_Int32 nNumber = aInterfaceName.copy( rInterfaceName.getLength() ).toInt32(); in createUniqueInterfaceName()
437 OUString aInterfaceName( rInterfaceName ); in createUniqueInterfaceName() local
440 aInterfaceName += OUString( sal_Unicode( ' ' ) ); in createUniqueInterfaceName()
441 aInterfaceName += String::CreateFromInt32( nDefaultNumber ); in createUniqueInterfaceName()
444 return aInterfaceName; in createUniqueInterfaceName()
H A Dxmlfiltertabdialog.cxx202 OUString aInterfaceName; in onOk() local
203 pValues->Value >>= aInterfaceName; in onOk()
204 if( aInterfaceName == mpNewInfo->maInterfaceName ) in onOk()
H A Dxmlfiltertestdialog.cxx347 OUString aInterfaceName; in onExportBrowse() local
373 pValues->Value >>= aInterfaceName; in onExportBrowse()
415 String aFilterName( aInterfaceName ); in onExportBrowse()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1766 ::rtl::OUString aInterfaceName = xClass->getName(); in checkUnoObjectType()
1767 …if ( aInterfaceName.equals( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.bridge.oleaut… in checkUnoObjectType()
1787 if ( (aClassName.getLength() < aInterfaceName.getLength()) && in checkUnoObjectType()
1788aInterfaceName.matchIgnoreAsciiCase( aClassName, aInterfaceName.getLength() - aClassName.getLength… in checkUnoObjectType()

Completed in 55 milliseconds