Home
last modified time | relevance | path

Searched refs:pValues (Results 76 – 100 of 194) sorted by relevance

12345678

/trunk/main/xmloff/source/draw/
H A Dsdxmlimp.cxx892 const beans::PropertyValue* pValues = aViewProps.getConstArray(); in SetViewSettings() local
896 const OUString& rName = pValues->Name; in SetViewSettings()
897 const uno::Any rValue = pValues->Value; in SetViewSettings()
916 pValues++; in SetViewSettings()
947 const beans::PropertyValue* pValues = aConfigProps.getConstArray(); in SetConfigurationSettings() local
953 const OUString& rProperty = pValues->Name; in SetConfigurationSettings()
955 xProps->setPropertyValue( rProperty, pValues->Value ); in SetConfigurationSettings()
963 pValues++; in SetConfigurationSettings()
H A Danimationimport.cxx527 Any* pValues = aValues.getArray(); in convertValueSequence() local
531 *pValues++ = convertValue( eAttributeName, rValue.getToken( 0, ';', nIndex ) ); in convertValueSequence()
607 Any* pValues = aValues.getArray(); in convertTiming() local
610 *pValues++ = convertTiming( rValue.getToken( 0, ';', nIndex ) ); in convertTiming()
629 double* pValues = aKeyTimes.getArray(); in convertKeyTimes() local
632 *pValues++ = rValue.getToken( 0, ';', nIndex ).toDouble(); in convertKeyTimes()
649 TimeFilterPair* pValues = aTimeFilter.getArray(); in convertTimeFilter() local
658 pValues->Time = aToken.copy( 0, nPos ).toDouble(); in convertTimeFilter()
659 pValues->Progress = aToken.copy( nPos+1, aToken.getLength() - nPos - 1 ).toDouble(); in convertTimeFilter()
661 pValues++; in convertTimeFilter()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1656 PropertyValue* pValues = aValues.getArray(); in Commit() local
1661 pValues[i].Name = sSlash; in Commit()
1662 pValues[i].Name += pNodeNames[i]; in Commit()
1666 pValues[1].Value <<= rtl::OUString(aDBData.sCommand); in Commit()
1667 pValues[2].Value <<= aDBData.nCommandType; in Commit()
1675 pValues[4].Value <<= rtl::OUString(sTmp); in Commit()
1678 pValues[5].Value <<= rtl::OUString(sTmp); in Commit()
1685 pValues[7].Value.setValue(&bTmp, rBoolType); in Commit()
1688 pValues[8].Value.setValue(&bTmp, rBoolType); in Commit()
1691 pValues[9].Value.setValue(&bTmp, rBoolType); in Commit()
[all …]
H A Dmmoutputpage.cxx747 beans::PropertyValue* pValues = aValues.getArray(); in IMPL_LINK() local
748 pValues[0].Name = C2U("FilterName"); in IMPL_LINK()
749 pValues[0].Value <<= ::rtl::OUString(sFilter); in IMPL_LINK()
799 beans::PropertyValue* pValues = aValues.getArray(); in IMPL_LINK() local
800 pValues[0].Name = C2U("FilterName"); in IMPL_LINK()
801 pValues[0].Value <<= ::rtl::OUString(pSfxFlt->GetFilterName()); in IMPL_LINK()
887 pValues[0].Value <<= ::rtl::OUString(sFilter); in IMPL_LINK()
1249 beans::PropertyValue* pValues = aValues.getArray(); in IMPL_LINK() local
1250 pValues[0].Name = C2U("FilterName"); in IMPL_LINK()
1251 pValues[0].Value <<= ::rtl::OUString(pTargetSfxFlt->GetFilterName()); in IMPL_LINK()
H A Ddbtablepreviewdialog.cxx70 const beans::PropertyValue* pValues = rValues.getConstArray(); in SwDBTablePreviewDialog() local
73 if(pValues[nValue].Name.equalsAscii("Command")) in SwDBTablePreviewDialog()
77 pValues[nValue].Value >>= sTemp; in SwDBTablePreviewDialog()
H A Ddbmgr.cxx2561 beans::PropertyValue* pValues = aValues.getArray(); in ExecuteFormLetter() local
2562 pValues[0].Name = C2U("FilterName"); in ExecuteFormLetter()
2563 pValues[0].Value <<= ::rtl::OUString(pSfxFlt->GetFilterName()); in ExecuteFormLetter()
2668 const PropertyValue* pValues = rProperties.getConstArray(); in InsertText() local
2673 pValues[nPos].Value >>= sDataSource; in InsertText()
2675 pValues[nPos].Value >>= sDataTableOrQuery; in InsertText()
2676 else if(pValues[nPos].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(cCursor))) in InsertText()
2677 pValues[nPos].Value >>= xResSet; in InsertText()
2682 pValues[nPos].Value >>= aSelection; in InsertText()
2685 pValues[nPos].Value >>= nCmdType; in InsertText()
[all …]
/trunk/main/extensions/source/scanner/
H A Dsanedlg.cxx1386 double* pValues = NULL; in SetAdjustedNumericalValue() local
1388 if( ( nValues = mrSane.GetRange( nOption, pValues ) ) < 0 ) in SetAdjustedNumericalValue()
1402 if( fabs( fValue - pValues[ i ] ) < fNearest ) in SetAdjustedNumericalValue()
1404 fNearest = fabs( fValue - pValues[ i ] ); in SetAdjustedNumericalValue()
1408 fValue = pValues[ nNearest ]; in SetAdjustedNumericalValue()
1412 if( fValue < pValues[0] ) in SetAdjustedNumericalValue()
1413 fValue = pValues[0]; in SetAdjustedNumericalValue()
1414 if( fValue > pValues[1] ) in SetAdjustedNumericalValue()
1415 fValue = pValues[1]; in SetAdjustedNumericalValue()
1417 delete [] pValues; in SetAdjustedNumericalValue()
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx71 ::com::sun::star::beans::PropertyValue* pValues = m_aValues.getArray(); in GetPropertyValues()
79 pValues[nValue].Name = rPropNameSupplier.GetName( aParaStyleIter->first.eId ); in GetPropertyValues()
80 pValues[nValue].Value = aParaStyleIter->second; in GetPropertyValues()
87 pValues[nValue].Name = rPropNameSupplier.GetName( aCharStyleIter->first.eId ); in GetPropertyValues()
88 pValues[nValue].Value = aCharStyleIter->second; in GetPropertyValues()
94 pValues[nValue].Name = rPropNameSupplier.GetName( aNumRuleIter->first.eId ); in GetPropertyValues()
95 pValues[nValue].Value = aNumRuleIter->second; in GetPropertyValues()
103 pValues[nValue].Name = rPropNameSupplier.GetName( aMapIter->first.eId ); in GetPropertyValues()
104 pValues[nValue].Value = aMapIter->second; in GetPropertyValues()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1632 const PropertyValue* pValues; member
1636 return (pValues[a].Name < pValues[b].Name) ? true : false; in operator ()()
1858 pValues[i] = aRunIter->second; in getCharacterAttributes()
1862 pValues[i] = aDefIter->second; in getCharacterAttributes()
1876 pValues = aValues.getArray(); in getCharacterAttributes()
1890 pValues = aValues.getArray(); in getCharacterAttributes()
1904 pValues = aValues.getArray(); in getCharacterAttributes()
2175 pValues[i] = aIter->second; in getDefaultAttributes()
2341 pValues[i] = aIter->second; in getRunAttributes()
2484 PropertyValue& rValue = pValues[i]; in _correctValues()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx1033 pValues[0].Name = C2U("DataSourceName"); in Execute()
1034 pValues[1].Name = C2U("Command"); in Execute()
1035 pValues[2].Name = C2U("CommandType"); in Execute()
1036 pValues[0].Value <<= aData.sDataSource; in Execute()
1037 pValues[1].Value <<= aData.sCommand; in Execute()
2417 pValues[0].Name = C2U("DataSourceName"); in GenerateFormLetter()
2418 pValues[1].Name = C2U("Command"); in GenerateFormLetter()
2419 pValues[2].Name = C2U("CommandType"); in GenerateFormLetter()
2420 pValues[0].Value <<= aData.sDataSource; in GenerateFormLetter()
2421 pValues[1].Value <<= aData.sCommand; in GenerateFormLetter()
[all …]
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1440 const uno::Any* pValues = aValues.getConstArray(); in LoadConfig() local
1447 if ( pValues[nProp].hasValue() ) in LoadConfig()
1454 pValues[nProp] >>= aStr; in LoadConfig()
1465 pValues[nProp] >>= nTmp; in LoadConfig()
1484 pValues[nProp] >>= cChar; in LoadConfig()
1632 const com::sun::star::uno::Any* pValues = aValues.getConstArray(); in LoadConfig() local
1639 if ( pValues[nProp].hasValue() ) in LoadConfig()
1645 pValues[nProp] >>= mbChangeIndentOnTabAtFirstPosOfFirstListItem; in LoadConfig()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx195 PropertyValue* pValues = aValues.getArray(); in onOk() local
198 for( nValue = 0; (nValue < nValueCount) && (nErrorId == 0); nValue++, pValues++ ) in onOk()
200 if( pValues->Name.equalsAscii( "UIName" ) ) in onOk()
203 pValues->Value >>= aInterfaceName; in onOk()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx166 const PropertyValue* pValues = rLevelProps.getConstArray(); in lcl_CreateNumberingSettingsPtr() local
170 if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sNumberingType))) in lcl_CreateNumberingSettingsPtr()
171 pValues[j].Value >>= pNew->nNumberType; in lcl_CreateNumberingSettingsPtr()
172 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sPrefix))) in lcl_CreateNumberingSettingsPtr()
173 pValues[j].Value >>= pNew->sPrefix; in lcl_CreateNumberingSettingsPtr()
174 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sSuffix))) in lcl_CreateNumberingSettingsPtr()
175 pValues[j].Value >>= pNew->sSuffix; in lcl_CreateNumberingSettingsPtr()
177 pValues[j].Value >>= pNew->nParentNumbering; in lcl_CreateNumberingSettingsPtr()
178 else if(pValues[j].Name.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(sBulletChar))) in lcl_CreateNumberingSettingsPtr()
179 pValues[j].Value >>= pNew->sBulletChar; in lcl_CreateNumberingSettingsPtr()
[all …]
/trunk/main/cui/source/options/
H A Doptsave.cxx110 const Any* pValues = aValues.getConstArray(); in SvxAlienFilterWarningConfig_Impl() local
113 pValues[0].hasValue() && in SvxAlienFilterWarningConfig_Impl()
114 pValues[0].getValueType() == ::getBooleanCppuType()) in SvxAlienFilterWarningConfig_Impl()
115 bWarning = *(sal_Bool*)pValues[0].getValue(); in SvxAlienFilterWarningConfig_Impl()
127 Any* pValues = aValues.getArray(); in Commit() local
128 pValues[0].setValue(&bWarning, ::getBooleanCppuType()); in Commit()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx59 DataSourceModel* pValues, const OUString& rRole, in lclCreateLabeledDataSequence() argument
64 if( pValues ) in lclCreateLabeledDataSequence()
66 DataSourceConverter aSourceConv( rParent, *pValues ); in lclCreateLabeledDataSequence()
606 DataSourceModel* pValues = mrModel.maSources.get( eSourceType ).get(); in createLabeledDataSequence() local
608 return lclCreateLabeledDataSequence( *this, pValues, rRole, pTitle ); in createLabeledDataSequence()
/trunk/main/xmloff/source/style/
H A Dxmlexppr.cxx469 const Any *pValues = aValues.getConstArray(); in FillPropertyStateArray() local
478 aNewProperty.maValue = *pValues; in FillPropertyStateArray()
491 ++pValues; in FillPropertyStateArray()
498 const Any *pValues = aValues.getConstArray(); in FillPropertyStateArray() local
505 aNewProperty.maValue = *pValues; in FillPropertyStateArray()
506 ++pValues; in FillPropertyStateArray()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx1141 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists() local
1145 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1184 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists() local
1188 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1231 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists() local
1235 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1278 const uno::Any *pValues = aValues.getConstArray(); in SetCfgServiceLists() local
1282 if (pValues[i] >>= aSvcImplNames) in SetCfgServiceLists()
1667 beans::PropertyValue *pValues = aValues.getArray(); in SaveCfgSvcs() local
1668 beans::PropertyValue *pValue = pValues; in SaveCfgSvcs()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx806 PropertyValue* pValues = pRet[n].getArray(); in getRubyList() local
807 pValues[0].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_BASE_TEXT)); in getRubyList()
808 pValues[0].Value <<= OUString(rEntryText); in getRubyList()
809 pValues[1].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_TEXT)); in getRubyList()
810 pValues[1].Value <<= OUString(rAttr.GetText()); in getRubyList()
811 pValues[2].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_CHAR_STYLE_NAME)); in getRubyList()
813 pValues[2].Value <<= OUString( aString ); in getRubyList()
814 pValues[3].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_ADJUST)); in getRubyList()
815 pValues[3].Value <<= (sal_Int16)rAttr.GetAdjustment(); in getRubyList()
816 pValues[4].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_RUBY_IS_ABOVE)); in getRubyList()
[all …]
/trunk/main/toolkit/source/controls/
H A Deventcontainer.cxx177 Any* pValues = mValues.getArray(); in removeByName() local
179 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx289 NamedValue* pValues = aUserDataSeq.getArray(); in setNode() local
290 …::const_iterator aIt = maUserData.begin(), aEnd = maUserData.end(); aIt != aEnd; ++aIt, ++pValues ) in setNode()
292 pValues->Name = aIt->first; in setNode()
293 pValues->Value = aIt->second; in setNode()
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx391 sal_uInt32* pValues ) in SwFilterOptions() argument
394 GetValues( nCnt, ppNames, pValues ); in SwFilterOptions()
398 sal_uInt32* pValues ) in GetValues() argument
412 pValues[ n ] = pAnyValues[ n ].hasValue() in GetValues()
418 pValues[ n ] = 0; in GetValues()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx200 PropertyValue* pValues = rValues.getArray(); in AssertOneEntry() local
201 pValues[0].Name = C2U(cRubyBaseText); in AssertOneEntry()
202 pValues[1].Name = C2U(cRubyText); in AssertOneEntry()
203 pValues[2].Name = C2U(cRubyAdjust); in AssertOneEntry()
204 pValues[3].Name = C2U(cRubyIsAbove); in AssertOneEntry()
205 pValues[4].Name = C2U(cRubyCharStyleName); in AssertOneEntry()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx624 Any* pValues = aValues.getArray(); in getPropertyValues() local
627 pValues[ n ] = xRow->getObject( n + 1, Reference< XNameAccess >() ); in getPropertyValues()
645 Any* pValues = aValues.getArray(); in getPropertyValues() local
648 pValues[ n ] = xRow->getObject( n + 1, Reference< XNameAccess >() ); in getPropertyValues()
744 const Any* pValues = rValues.getConstArray(); in setPropertyValues() local
752 rProp.Value = pValues[ n ]; in setPropertyValues()
792 const Any* pValues = rValues.getConstArray(); in setPropertyValues() local
800 rProp.Value = pValues[ n ]; in setPropertyValues()
/trunk/main/xmloff/source/script/
H A DXMLEventExport.cxx228 const PropertyValue* pValues = rEventValues.getConstArray(); in ExportEvent() local
232 if (sEventType.equals(pValues[nVal].Name)) in ExportEvent()
236 pValues[nVal].Value >>= sType; in ExportEvent()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx654 const ScMatrix *pValues = aValidationSrc.GetMatrix(); in GetSelectionFromFormula() local
655 if (!pValues) in GetSelectionFromFormula()
684 pValues = xMatRef; in GetSelectionFromFormula()
694 pValues->GetDimensions( nCols, nRows ); in GetSelectionFromFormula()
744 const ScMatrixValue* pMatVal = pValues->Get( nCol, nRow, nMatValType); in GetSelectionFromFormula()

Completed in 232 milliseconds

12345678