Home
last modified time | relevance | path

Searched refs:aApiName (Results 1 – 8 of 8) sorted by path

/trunk/main/filter/source/msfilter/
H A Descherex.cxx894 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/sd/source/ui/unoidl/
H A Dunopage.cxx2202 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()
/trunk/main/svx/source/table/
H A Dcell.cxx1103 OUString aApiName; in setPropertyValue() local
1104 if( rValue >>= aApiName ) in setPropertyValue()
1106 if( SvxShape::SetFillAttribute( pMap->nWID, aApiName, aSet, GetModel() ) ) in setPropertyValue()
/trunk/main/svx/source/unodraw/
H A DUnoNameItemTable.cxx117 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 Dunomtabl.cxx183 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 Dunoshape.cxx2665 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 Dxattr.cxx1141 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 Dxattrbmp.cxx317 ::rtl::OUString aApiName; in QueryValue()
326 SvxUnogetApiNameForItem( Which(), GetName(), aApiName ); in QueryValue()
346 rVal <<= aApiName; in QueryValue()

Completed in 86 milliseconds