Searched refs:aApiName (Results 1 – 8 of 8) sorted by relevance
/trunk/main/svx/source/unodraw/ |
H A D | UnoNameItemTable.cxx | 117 if( hasByName( aApiName ) ) in insertByName() 121 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in insertByName() 128 void SAL_CALL SvxUnoNameItemTable::removeByName( const OUString& aApiName ) in removeByName() argument 135 if( aApiName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("~clear~") ) ) in removeByName() 142 SvxUnogetInternalNameForItem( mnWhich, aApiName, Name ); in removeByName() 173 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in replaceByName() 229 SvxUnogetInternalNameForItem( mnWhich, aApiName, aName ); in getByName() 263 OUString aApiName; in getElementNames() local 274 SvxUnogetApiNameForItem( mnWhich, pItem->GetName(), aApiName ); in getElementNames() 275 aNameSet.insert( aApiName ); in getElementNames() [all …]
|
H A D | unomtabl.cxx | 183 void SAL_CALL SvxUnoMarkerTable::insertByName( const OUString& aApiName, const uno::Any& aElement ) in insertByName() argument 188 if( hasByName( aApiName ) ) in insertByName() 192 SvxUnogetInternalNameForItem( XATTR_LINEEND, aApiName, aName ); in insertByName() 197 void SAL_CALL SvxUnoMarkerTable::removeByName( const OUString& aApiName ) in removeByName() argument 204 if( aApiName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("~clear~") ) ) in removeByName() 211 SvxUnogetInternalNameForItem( XATTR_LINEEND, aApiName, Name ); in removeByName() 236 void SAL_CALL SvxUnoMarkerTable::replaceByName( const OUString& aApiName, const uno::Any& aElement ) in replaceByName() argument 242 SvxUnogetInternalNameForItem( XATTR_LINEEND, aApiName, aName ); in replaceByName() 325 uno::Any SAL_CALL SvxUnoMarkerTable::getByName( const OUString& aApiName ) in getByName() argument 331 SvxUnogetInternalNameForItem( XATTR_LINEEND, aApiName, aName ); in getByName()
|
H A D | unoshape.cxx | 2665 OUString aApiName; in setPropertyValueImpl() local 2666 if( rValue >>= aApiName ) in setPropertyValueImpl() 2668 if( SetFillAttribute( pProperty->nWID, aApiName ) ) in setPropertyValueImpl()
|
/trunk/main/svx/source/xoutdev/ |
H A D | xattr.cxx | 1141 rtl::OUString aApiName; in QueryValue() local 1153 rtl::OUString aApiName; in QueryValue() local 1155 rVal <<= aApiName; in QueryValue() 1936 rtl::OUString aApiName; in QueryValue() local 1938 rVal <<= aApiName; in QueryValue() 2630 rtl::OUString aApiName; in QueryValue() local 2632 rVal <<= aApiName; in QueryValue() 3817 rtl::OUString aApiName; in QueryValue() local 3849 rtl::OUString aApiName; in QueryValue() local 3851 rVal <<= aApiName; in QueryValue() [all …]
|
H A D | xattrbmp.cxx | 317 ::rtl::OUString aApiName; in QueryValue() 326 SvxUnogetApiNameForItem( Which(), GetName(), aApiName ); in QueryValue() 346 rVal <<= aApiName; in QueryValue()
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 894 rtl::OUString aApiName; in GetLineArrow() local 899 if ( aApiName.getLength() ) in GetLineArrow() 905 if ( aApiName.equalsAscii( "Arrow concave" ) ) in GetLineArrow() 907 else if ( aApiName.equalsAscii( "Square 45" ) ) in GetLineArrow() 909 else if ( aApiName.equalsAscii( "Small Arrow" ) ) in GetLineArrow() 911 else if ( aApiName.equalsAscii( "Dimension Lines" ) ) in GetLineArrow() 917 else if ( aApiName.equalsAscii( "Double Arrow" ) ) in GetLineArrow() 923 else if ( aApiName.equalsAscii( "Line Arrow" ) ) in GetLineArrow() 927 else if ( aApiName.equalsAscii( "Circle" ) ) in GetLineArrow() 929 else if ( aApiName.equalsAscii( "Square" ) ) in GetLineArrow() [all …]
|
/trunk/main/svx/source/table/ |
H A D | cell.cxx | 1103 OUString aApiName; in setPropertyValue() local 1104 if( rValue >>= aApiName ) in setPropertyValue() 1106 if( SvxShape::SetFillAttribute( pMap->nWID, aApiName, aSet, GetModel() ) ) in setPropertyValue()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unopage.cxx | 2202 OUString aApiName; in getPageApiNameFromUiName() local 2209 aApiName = OUString( RTL_CONSTASCII_USTRINGPARAM( sEmptyPageName ) ); in getPageApiNameFromUiName() 2210 aApiName += rUIName.Copy( aDefPageName.Len() ); in getPageApiNameFromUiName() 2214 aApiName = rUIName; in getPageApiNameFromUiName() 2217 return aApiName; in getPageApiNameFromUiName()
|
Completed in 81 milliseconds