Home
last modified time | relevance | path

Searched refs:getValue (Results 101 – 125 of 811) sorted by relevance

12345678910>>...33

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx163 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
175 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
188 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
201 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
219 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckjob.cxx217 getValue< uno::Sequence<beans::NamedValue> > (namedValues, "JobConfig"); in execute()
224 getValue< uno::Sequence<beans::NamedValue> > (namedValues, "Environment"); in execute()
226 rtl::OUString aEventName = getValue< rtl::OUString > (aEnvironment, "EventName"); in execute()
241 getValue< uno::Sequence< uno::Sequence< rtl::OUString > > > ( rListProp, "updateList" ); in handleExtensionUpdates()
242 bool bPrepareOnly = getValue< bool > ( rListProp, "prepareOnly" ); in handleExtensionUpdates()
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx171 aRes = ::rtl::OUString::valueOf(*(sal_Unicode*)rValue.getValue()); in toString()
174 aRes = ::rtl::OUString::valueOf(*(float*)rValue.getValue()); in toString()
177 aRes = ::rtl::OUString::valueOf(*(double*)rValue.getValue()); in toString()
180 aRes = ::rtl::OUString::valueOf((sal_Int32)*(sal_Bool*)rValue.getValue()); in toString()
185 aRes = ::rtl::OUString::valueOf(*(sal_Int32*)rValue.getValue()); in toString()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_DataAccessDescriptor.java50 …XResultSet getValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValu… in _ResultSet() local
52 tRes.tested(propName, this.compare(newValue, getValue)); in _ResultSet()
93 …XConnection getValue = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyV… in _ActiveConnection() local
95 tRes.tested(propName, this.compare(newValue, getValue)); in _ActiveConnection()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx406 m_aTableProperties->getValue( TablePropertyMap::GAP_HALF, nGapHalf ); in endTableGetTableStyle()
407 m_aTableProperties->getValue( TablePropertyMap::LEFT_MARGIN, nLeftMargin ); in endTableGetTableStyle()
409 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_LEFT, in endTableGetTableStyle()
411 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_RIGHT, in endTableGetTableStyle()
413 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_TOP, in endTableGetTableStyle()
415 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_BOTTOM, in endTableGetTableStyle()
531 m_aTableProperties->getValue( TablePropertyMap::TABLE_WIDTH, nTableWidth ); in endTableGetTableStyle()
536 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()
/trunk/main/xmloff/source/text/
H A DXMLTextHeaderFooterContext.cxx75 sal_Bool bOn = *(sal_Bool *)aAny.getValue(); in XMLTextHeaderFooterContext()
80 sal_Bool bShared = *(sal_Bool *)aAny.getValue(); in XMLTextHeaderFooterContext()
123 sal_Bool bOn = *(sal_Bool *)aAny.getValue(); in CreateChildContext()
139 sal_Bool bShared = *(sal_Bool *)aAny.getValue(); in CreateChildContext()
H A DXMLTextMasterPageExport.cxx121 sal_Bool bHeader = *(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
127 bHeaderLeft = !*(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
151 sal_Bool bFooter = *(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
157 bFooterLeft = !*(sal_Bool *)aAny.getValue(); in exportMasterPageContent()
H A DXMLLineNumberingExport.cxx100 if (! *(sal_Bool*)aAny.getValue()) in Export()
108 if (! *(sal_Bool*)aAny.getValue()) in Export()
116 if (*(sal_Bool*)aAny.getValue()) in Export()
124 if (*(sal_Bool*)aAny.getValue()) in Export()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndex.java71 public Object getValue() { in registerProperties()
78 public Object getValue() { in registerProperties()
85 public Object getValue() { in registerProperties()
92 public Object getValue() { in registerProperties()
H A DOKey.java78 public Object getValue() { in registerProperties()
86 public Object getValue() { in registerProperties()
94 public Object getValue() { in registerProperties()
102 public Object getValue() { in registerProperties()
H A DOTable.java71 public Object getValue() { in registerProperties()
79 public Object getValue() { in registerProperties()
87 public Object getValue() { in registerProperties()
95 public Object getValue() { in registerProperties()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx398 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
407 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
457 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
1228 SetAnchorOnly( *(sal_Bool*)rVal.getValue() ); in PutValue()
1231 SetContour( *(sal_Bool*)rVal.getValue() ); in PutValue()
1234 SetOutside( *(sal_Bool*)rVal.getValue() ); in PutValue()
1470 SetPosToggle( *(sal_Bool*)rVal.getValue()); in PutValue()
1848 bIsServerMap = *(sal_Bool*)rVal.getValue(); in PutValue()
1955 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
1964 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
[all …]
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx339 aAny = xFPControlAccess->getValue( CHECKBOX_AUTOEXTENSION, 0 ); in main()
341 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
343 aAny = xFPControlAccess->getValue( CHECKBOX_READONLY, 0 ); in main()
345 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
347 aAny = xFPControlAccess->getValue( LISTBOX_VERSION, GET_SELECTED_ITEM ); in main()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java98 write8Bit(typeClass.getValue()); in writeType()
102 write8Bit(typeClass.getValue() | (found[0] ? 0 : 0x80)); in writeType()
111 switch(type.getTypeClass().getValue()) { in writeValue()
319 getValue(); in writeEnumValue()
328 n = value.getValue(); in writeEnumValue()
/trunk/main/xmloff/source/style/
H A DMultiPropertySetHelper.cxx177 const Any& MultiPropertySetHelper::getValue( sal_Int16 nIndex, in getValue() function in MultiPropertySetHelper
198 return getValue( nIndex ); in getValue()
201 const Any& MultiPropertySetHelper::getValue( sal_Int16 nIndex, in getValue() function in MultiPropertySetHelper
207 return getValue( nIndex ); in getValue()
/trunk/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java191 public Object getValue( final RowSet i_rowSet ) throws SQLException; in getValue() method
211 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() method in FlatFileAccess.RowSetIntGetter
224 public Object getValue( final RowSet i_rowSet ) throws SQLException in getValue() method in FlatFileAccess.RowSetDateGetter
242 values.add( (T)i_getter.getValue( rowSet ) ); in testRowSetResults()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx422 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_BIT,&nVal,sizeof nVal); in getBoolean()
430 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_TINYINT,&nRet,sizeof nRet); in getByte()
494 const ORowSetValue& aValue = getValue( columnIndex, in getDate()
504 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_DOUBLE,&nRet,sizeof nRet); in getDouble()
512 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_FLOAT,&nRet,sizeof nRet); in getFloat()
520 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_LONG,&nRet,sizeof nRet); in getInt()
539 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SBIGINT,&nRet,sizeof nRet); in getLong()
604 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SHORT,&nRet,sizeof nRet); in getShort()
617 nRet = getValue(columnIndex,0,NULL,0); in getString()
632 const ORowSetValue& aValue = getValue(columnIndex, in getTime()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_MailMerge.java75 …XResultSet getValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValu… in _ResultSet() local
77 tRes.tested(propName, this.compare(newValue, getValue)); in _ResultSet()
119 …XConnection getValue = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyV… in _ActiveConnection() local
121 tRes.tested(propName, this.compare(newValue, getValue)); in _ActiveConnection()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx874 xPageAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in GetSvxPage()
916 *(uno::Reference<lang::XUnoTunnel>*)aAgg.getValue(); in getSomething()
947 xShapeAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in SwXShape()
1118 if(aPSet.getValueType() == rPropSetType && aPSet.getValue()) in getPropertySetInfo()
1410 pImpl->SetOpaque(*(sal_Bool*)aValue.getValue()); in setPropertyValue()
1444 if(aPSet.getValueType() != rPSetType || !aPSet.getValue()) in setPropertyValue()
1733 if ( aPSet.getValueType() != rPSetType || !aPSet.getValue() ) in _getPropAtAggrObj()
1737 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()
1844 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in getPropertyStates()
1909 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in setPropertyToDefault()
[all …]
H A Dunosett.cxx444 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
958 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1034 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1040 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1046 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
2143 awt::Size* pSize = (awt::Size*)pData->aVal.getValue(); in SetNumberingRuleByIndex()
2276 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
2282 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
2293 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
2299 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
[all …]
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1450 const ValuePair* pValuePair = static_cast< const ValuePair* >( rValue.getValue() ); in convertValue()
1459 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in convertValue()
1525 sTmp.append( *(static_cast< const double* >( rValue.getValue() )) ); in convertValue()
1586 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in convertTiming()
1603 sTmp.append( *(static_cast< const double* >( rValue.getValue() )) ); in convertTiming()
1608 const Timing* pTiming = static_cast< const Timing* >( rValue.getValue() ); in convertTiming()
1615 const Event* pEvent = static_cast< const Event* >( rValue.getValue() ); in convertTiming()
1664 xRef = getParagraphTarget( static_cast< const ParagraphTarget* >( rTarget.getValue() ) ); in convertTarget()
1683 const ValuePair* pValuePair = static_cast< const ValuePair* >( rValue.getValue() ); in prepareValue()
1689 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in prepareValue()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DMethodParametersDialog.java105 aMethodObjects.add(m_aParameterPanels[i].getValue()); in getMethodObjects()
146 oParameterValues[i] = m_aParameterPanels[i].getValue(); in getParameterValues()
197 switch (m_aTypeClass.getValue()){ in ParameterPanel()
225 … System.out.println("Type " + m_aTypeClass.getValue() + " not yet defined in 'ParameterPanel()'"); in ParameterPanel()
236 public Object getValue(){ in getValue() method in MethodParametersDialog.ParameterPanel
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1150 ? *((sal_Int32*)aAny.getValue() ) in ImplGetShapeByIndex()
1178 nRetValue |= *(sal_Int16*)mAny.getValue(); in ImplGetMasterIndex()
1212 ? (sal_uInt16)( *(sal_Int32*)mAny.getValue() / 4.40972 ) in ImplGetStyleSheets()
2164 String aTextFieldType( *(::rtl::OUString*)aAny.getValue() ); in ImplGetTextField()
2189 nFormat = *(sal_Int32*)aAny.getValue(); in ImplGetTextField()
2210 rURL = String( *(::rtl::OUString*)aAny.getValue() ); in ImplGetTextField()
2231 nFormat = *(sal_Int32*)aAny.getValue(); in ImplGetTextField()
2255 nFormat = *(sal_Int32*)aAny.getValue(); in ImplGetTextField()
2832 nDepth = *( (sal_Int16*)aAny.getValue() ); in ImplGetParagraphValues()
4316 nEffectCount = *(sal_uInt16*)mAny.getValue(); in ImplWritePage()
[all …]
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java349 int intNeededDays = (int) Math.round( xcell.getValue() ); in recalc()
479 xcellNeededDaysWhereToInsert.getValue()); in recalc()
860 intColumn, intRow ).getValue(); in getPrivateHolidays()
863 intColumn + 1, intRow ).getValue(); in getPrivateHolidays()
882 intColumn, intRow).getValue(); in getPrivateHolidays()
884 intColumn + 1, intRow).getValue(); in getPrivateHolidays()
/trunk/main/editeng/source/items/
H A Dxmlcnitm.cxx105 if( rVal.getValue() != NULL && rVal.getValueType().getTypeClass() == TypeClass_INTERFACE ) in PutValue()
107 xRef = *(Reference<XInterface>*)rVal.getValue(); in PutValue()
141 if( aAny.getValue() == NULL || aAny.getValueType() != ::getCppuType((AttributeData*)0) ) in PutValue()
144 pData = (AttributeData*)aAny.getValue(); in PutValue()

Completed in 165 milliseconds

12345678910>>...33