Home
last modified time | relevance | path

Searched refs:pValue (Results 176 – 187 of 187) sorted by relevance

12345678

/aoo4110/main/editeng/source/misc/
H A Dunolingu.cxx153 const Any *pValue; in lcl_GetLastFoundSvcs() local
154 pValue = aValues.getConstArray(); in lcl_GetLastFoundSvcs()
/aoo4110/main/vcl/source/window/
H A Dprintdlg.cxx2329 beans::PropertyValue* pValue = maPController->getValue( i_rProperty ); in updateWindowFromProperty() local
2331 if( pValue && it != maPropertyToWindowMap.end() ) in updateWindowFromProperty()
2338 if( pValue->Value >>= bVal ) in updateWindowFromProperty()
2359 else if( pValue->Value >>= nVal ) in updateWindowFromProperty()
/aoo4110/main/sc/source/filter/excel/
H A Dxestyle.cxx2660 XclExpXF* pValue = maXFList.GetRecord(nPos).get(); in impAddMissingValuesFromXFListToXclExpXFMap() local
2662 if(pValue) in impAddMissingValuesFromXFListToXclExpXFMap()
2666 maXclExpXFMap.insert(std::pair< const SfxItemSet*, XclExpXF* >(pKey, pValue)); in impAddMissingValuesFromXFListToXclExpXFMap()
2667 pValue->setIndexInXFList(nPos); in impAddMissingValuesFromXFListToXclExpXFMap()
/aoo4110/main/svx/source/unodraw/
H A Dunoshape.cxx2026 uno::Any* pValue = aRet.getArray();; in getPropertyValues() local
2030 for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++, pValue++, pNames++ ) in getPropertyValues()
2034 *pValue = getPropertyValue( *pNames ); in getPropertyValues()
2047 for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++, pValue++, pNames++ ) in getPropertyValues()
2051 *pValue = xSet->getPropertyValue( *pNames ); in getPropertyValues()
/aoo4110/main/tools/source/debug/
H A Ddebug.cxx460 const sal_Char* pValue = _pLine + nValuePos; in lcl_tryReadConfigString() local
461 strncpy( _pValue, pValue, ( _nValueLen > nValueLen ) ? nValueLen : _nValueLen ); in lcl_tryReadConfigString()
/aoo4110/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx2078 WW8Value::Pointer_t pValue = createValue(mName); in resolve() local
2079 rHandler.attribute(NS_rtf::LN_BOOKMARKNAME, *pValue); in resolve()
/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2219 Value::Pointer_t pValue = rSprm.getValue(); in sprmWithProps() local
2220 sal_Int32 nIntValue = pValue->getInt(); in sprmWithProps()
2221 const rtl::OUString sStringValue = pValue->getString(); in sprmWithProps()
H A DGraphicImport.cxx1382 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm() local
/aoo4110/main/sd/source/ui/view/
H A DDocumentRenderer.cxx234 const sal_Char* pValue, in GetBoolValue() argument
239 return sValue.equalsAscii(pValue); in GetBoolValue()
/aoo4110/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx387 const sal_Char *pValue );
/aoo4110/main/svtools/source/uno/
H A Dunoimap.cxx103 …virtual void _getPropertyValues( const PropertyMapEntry** ppEntries, Any* pValue ) throw(UnknownPr…
/aoo4110/main/xmloff/source/core/
H A Dxmlexp.cxx1054 const sal_Char *pValue ) in AddAttributeASCII() argument
1057 OUString sValue( OUString::createFromAscii( pValue ) ); in AddAttributeASCII()

Completed in 267 milliseconds

12345678