Home
last modified time | relevance | path

Searched refs:pValues (Results 101 – 125 of 194) sorted by relevance

12345678

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1401 const beans::PropertyValue* pValues = rProperties.getConstArray(); in finishOrAppendParagraph() local
1405 if (!pParagraphMap->getByName(pValues[nProp].Name)) in finishOrAppendParagraph()
1413 pValues[nProp].Name, pValues[nProp].Value); in finishOrAppendParagraph()
1508 beans::PropertyValue const*const pValues = in appendTextPortion() local
1515 if (!pCursorMap->getByName( pValues[nProp].Name )) in appendTextPortion()
1524 pValues[nProp].Name, pValues[nProp].Value, in appendTextPortion()
1749 const beans::PropertyValue* pValues = rFrameProperties.getConstArray(); in convertToTextFrame() local
1753 pValues[nProp].Name, pValues[nProp].Value); in convertToTextFrame()
H A Dunoparagraph.cxx445 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl() local
467 pPropertyNames[nProp], pValues[nProp]); in SetPropertyValues_Impl()
600 uno::Any* pValues = aValues.getArray(); in GetPropertyValues_Impl() local
616 pValues[nProp], pPropertyNames[nProp], pEntry->nWID)) in GetPropertyValues_Impl()
620 *pEntry, aPam, &(pValues[nProp]), eTemp, &rTxtNode ); in GetPropertyValues_Impl()
624 GetSinglePropertyValue_Impl(*pEntry, rAttrSet, pValues[nProp]); in GetPropertyValues_Impl()
H A Dunostyle.cxx2399 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl() local
2428 … lcl_SetStyleProperty(*pEntry, *pPropSet, pValues[nProp], aBaseImpl, pBasePool, m_pDoc, eFamily); in SetPropertyValues_Impl()
2432 if(!pPropImpl->SetProperty(pNames[nProp], pValues[nProp])) in SetPropertyValues_Impl()
3592 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl() local
3679 sal_Bool bVal = *(sal_Bool*)pValues[nProp].getValue(); in SetPropertyValues_Impl()
3791 …lcl_SetStyleProperty(*pEntry, *pPropSet, pValues[nProp], aBaseImpl, GetBasePool(), GetDoc(), GetFa… in SetPropertyValues_Impl()
3801 sal_Bool bPut = pNewFtnItem->PutValue(pValues[nProp], pEntry->nMemberId); in SetPropertyValues_Impl()
3824 …lcl_SetStyleProperty(*pEntry, *pPropSet, pValues[nProp], aBaseImpl, GetBasePool(), GetDoc(), GetFa… in SetPropertyValues_Impl()
3831 if(!GetPropImpl()->SetProperty(rPropName, pValues[nProp])) in SetPropertyValues_Impl()
4884 uno::Any* pValues = aRet.getArray(); in GetPropertyValues_Impl() local
[all …]
H A Dunoport.cxx446 uno::Any *pValues = aValues.getArray(); in GetPropertyValues_Impl() local
461 GetPropertyValue( pValues[nProp], *pEntry, pUnoCrsr, pSet ); in GetPropertyValues_Impl()
497 const uno::Any* pValues = rValues.getConstArray(); in SetPropertyValues_Impl() local
508 pPropertyNames[nProp], pValues[nProp]); in SetPropertyValues_Impl()
/trunk/main/comphelper/source/property/
H A Dpropstate.cxx135 ::com::sun::star::beans::PropertyState* pValues = aRet.getArray(); in getPropertyStates()
150 *pValues = getPropertyState(*pNames); in getPropertyStates()
151 ++pValues; in getPropertyStates()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx901 sal_uIntPtr *pValues; in TEST_F() local
904 pValues = new sal_uIntPtr[nSequence]; in TEST_F()
908 pValues[i] = reinterpret_cast<sal_uIntPtr>( pStrs[i].pData ); in TEST_F()
933 ASSERT_TRUE(nValue != pValues[i]) << "intern leaking"; in TEST_F()
935 delete [] pValues; in TEST_F()
/trunk/main/sw/inc/
H A Dswfltopt.hxx32 sal_uInt32* pValues );
35 sal_uInt32* pValues );
/trunk/main/svx/source/unogallery/
H A Dunogalitem.cxx290 …setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const uno::Any* pValues ) in _setPropertyValues() argument
304 if( *pValues >>= aNewTitle ) in _setPropertyValues()
331 ++pValues; in _setPropertyValues()
/trunk/main/vcl/source/window/
H A Dwpropset.cxx318 beans::PropertyValue* pValues = aNewPropsOut.getArray(); in IMPL_LINK() local
320 pValues[i].Name = getIdentifiedPropertyName( it->first, pValues[i].Name ); in IMPL_LINK()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx655 const beans::PropertyValue* pValues = pFilterData->getConstArray(); in JPEGWriter() local
658 if( pValues->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "StatusIndicator" ) ) ) in JPEGWriter()
660 pValues->Value >>= xStatusIndicator; in JPEGWriter()
662 pValues++; in JPEGWriter()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1019 const ::css::beans::PropertyValue* pValues; member
1020 IndexCompare( const ::css::beans::PropertyValue* pVals ) : pValues(pVals) {} in IndexCompare()
1023 return (pValues[a].Name < pValues[b].Name) ? true : false; in operator ()()
1148 ::css::beans::PropertyValue* pValues = aAttribs.getArray(); in retrieveCharacterAttributes()
1149 for (i = 0; i < AttributeCount; i++,pValues++) in retrieveCharacterAttributes()
1151 aCharAttrSeq[ pValues->Name ] = *pValues; in retrieveCharacterAttributes()
1204 ::css::beans::PropertyValue* pValues = aValues.getArray(); in convertHashMapToSequence()
1210 pValues[i] = aIter->second; in convertHashMapToSequence()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx147 PropertyValue* pValues = aProperties.getArray(); in GetNumStr() local
148 pValues[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("NumberingType")); in GetNumStr()
149 pValues[0].Value <<= nNumType; in GetNumStr()
150 pValues[1].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Value")); in GetNumStr()
151 pValues[1].Value <<= (sal_Int32)nNo; in GetNumStr()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx1031 sal_Bool SbxMethod::Run( SbxValues* pValues ) in Run() argument
1034 if( !pValues ) in Run()
1035 pValues = &aRes; in Run()
1036 pValues->eType = SbxVARIANT; in Run()
1037 return Get( *pValues ); in Run()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx135 const PropertyValue* pValues = rLevelProps.getConstArray(); in lcl_CreateNumSettingsPtr() local
139 if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cNumberingType))) in lcl_CreateNumSettingsPtr()
140 pValues[j].Value >>= pNew->nNumberType; in lcl_CreateNumSettingsPtr()
141 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cPrefix))) in lcl_CreateNumSettingsPtr()
142 pValues[j].Value >>= pNew->sPrefix; in lcl_CreateNumSettingsPtr()
143 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cSuffix))) in lcl_CreateNumSettingsPtr()
144 pValues[j].Value >>= pNew->sSuffix; in lcl_CreateNumSettingsPtr()
146 pValues[j].Value >>= pNew->nParentNumbering; in lcl_CreateNumSettingsPtr()
147 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cBulletChar))) in lcl_CreateNumSettingsPtr()
148 pValues[j].Value >>= pNew->sBulletChar; in lcl_CreateNumSettingsPtr()
[all …]
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx261 const Any* pValues = aValues.getConstArray(); in SfxHelpOptions_Impl() local
267 DBG_ASSERT( pValues[nProp].hasValue(), "property value missing" ); in SfxHelpOptions_Impl()
268 if ( pValues[nProp].hasValue() ) in SfxHelpOptions_Impl()
275 if ( pValues[nProp] >>= aCodedList ) in SfxHelpOptions_Impl()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.cxx81 Any pValues[] = { in InitDialog() local
94 Sequence< Any > aValues( pValues, nCount ); in InitDialog()
113 Any pValues[] = { in InitRoadmap() local
124 Sequence< Any > aValues( pValues, nCount ); in InitRoadmap()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx2440 static const sal_uInt16 pValues[] = { 1000, 500, 100, 50, 10, 5, 1 }; in ScRoman() local
2441 … static const sal_uInt16 nMaxIndex = (sal_uInt16)(sizeof(pValues) / sizeof(pValues[0]) - 1); in ScRoman()
2450 sal_uInt16 nDigit = nVal / pValues[ nIndex ]; in ScRoman()
2459 if( pValues[ nIndex2 ] - pValues[ nIndex + 1 ] <= nVal ) in ScRoman()
2466 nVal = sal::static_int_cast<sal_uInt16>( nVal + pValues[ nIndex ] ); in ScRoman()
2467 nVal = sal::static_int_cast<sal_uInt16>( nVal - pValues[ nIndex2 ] ); in ScRoman()
2474 nVal %= pValues[ nIndex ]; in ScRoman()
/trunk/main/xmloff/source/forms/
H A Delementexport.cxx1278 const sal_Int16* pValues = aValueSequence.getConstArray(); in getSequenceInt16PropertyAsSet() local
1279 for (sal_Int32 i=0; i<aValueSequence.getLength(); ++i, ++pValues) in getSequenceInt16PropertyAsSet()
1280 _rOut.insert(*pValues); in getSequenceInt16PropertyAsSet()
1309 const ::rtl::OUString* pValues = aValues.getConstArray(); in exportListSourceAsElements() local
1334 *pValues); in exportListSourceAsElements()
1335 ++pValues; in exportListSourceAsElements()
/trunk/main/forms/source/xforms/
H A Dmodel_helper.hxx125 const com::sun::star::beans::PropertyValue* pValues = t.getConstArray(); in isValid() local
130 bFound |= ( pValues[i].Name == sInstance ); in isValid()
H A Dmodel_ui.cxx442 sal_Int32 lcl_findProp( const PropertyValue* pValues, in lcl_findProp() argument
450 bFound = ( pValues[n].Name == rName ); in lcl_findProp()
995 const PropertyValue* pValues = aValues.getConstArray(); in getInstanceData() local
998 const PropertyValue& rValue = pValues[n]; in getInstanceData()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccTextBase.cpp122 …Sequence< ::com::sun::star::beans::PropertyValue > pValues = GetXInterface()->getCharacterAttribut… in get_attributes() local
123 int nCount = pValues.getLength(); in get_attributes()
134 ::com::sun::star::beans::PropertyValue &pValue = pValues[i]; in get_attributes()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx233 beans::PropertyValue* pValues = aRet.getArray(); in GetCharStyleProperties() local
238 pValues[nIndex] = *aIt; in GetCharStyleProperties()
318 beans::PropertyValue* pValues = aRet.getArray(); in GetLevelProperties() local
323 pValues[nIndex] = *aIt; in GetLevelProperties()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx443 double* pValues = &pCompMatrix[nConstrPos * nVariables]; in solve() local
445 pValues[nVar] = rLeftCoeff[nVar+1]; in solve()
455 pValues[nVar] -= rRightCoeff[nVar+1]; in solve()
/trunk/main/svx/source/items/
H A Dzoomslideritem.cxx268 sal_Int32* pValues = maValues.getArray(); in AddSnappingPoint() local
269 pValues[ nValues ] = nNew; in AddSnappingPoint()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx501 Any* pValues = aValues.getArray(); in createFolder() local
502 pValues[0] = makeAny( rtl::OUString( aTitle ) ); in createFolder()
779 Any* pValues = aValues.getArray(); in createNewFile() local
780 pValues[0] = makeAny( rtl::OUString( rTitle ) ); in createNewFile()

Completed in 263 milliseconds

12345678