Searched refs:pValue (Results 176 – 186 of 186) sorted by relevance
12345678
/trunk/main/unotools/inc/unotools/ |
H A D | propertysethelper.hxx | 53 …es( const utl::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) throw(::com::sun…
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propertysethelper.hxx | 54 …st comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) throw(::com::sun…
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoparagraph.cxx | 723 const uno::Any *pValue = rValues.getConstArray(); in setPropertyValuesTolerant() local 762 aCursor, m_pImpl->m_rPropSet, pProp[i], pValue[i]); in setPropertyValuesTolerant()
|
/trunk/main/tools/source/debug/ |
H A D | debug.cxx | 460 const sal_Char* pValue = _pLine + nValuePos; in lcl_tryReadConfigString() local 461 strncpy( _pValue, pValue, ( _nValueLen > nValueLen ) ? nValueLen : _nValueLen ); in lcl_tryReadConfigString()
|
/trunk/main/writerfilter/source/doctok/ |
H A D | WW8DocumentImpl.cxx | 2014 WW8Value::Pointer_t pValue = createValue(mName); in resolve() local 2015 rHandler.attribute(NS_rtf::LN_BOOKMARKNAME, *pValue); in resolve()
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper.cxx | 2218 Value::Pointer_t pValue = rSprm.getValue(); in sprmWithProps() local 2219 sal_Int32 nIntValue = pValue->getInt(); in sprmWithProps() 2220 const rtl::OUString sStringValue = pValue->getString(); in sprmWithProps()
|
H A D | GraphicImport.cxx | 1383 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm() local
|
/trunk/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 234 const sal_Char* pValue, in GetBoolValue() argument 239 return sValue.equalsAscii(pValue); in GetBoolValue()
|
/trunk/main/svtools/source/uno/ |
H A D | unoimap.cxx | 103 …virtual void _getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) throw(UnknownPr…
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | xmlexp.hxx | 387 const sal_Char *pValue );
|
/trunk/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 1061 const sal_Char *pValue ) in AddAttributeASCII() argument 1064 OUString sValue( OUString::createFromAscii( pValue ) ); in AddAttributeASCII()
|
Completed in 95 milliseconds
12345678