Home
last modified time | relevance | path

Searched refs:getValue (Results 76 – 100 of 776) sorted by relevance

12345678910>>...32

/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx640 switch (*(sal_Int16 const *)a.getValue()) in readDateFormatAttr()
693 switch (*(sal_Int16 const *)a.getValue()) in readTimeFormatAttr()
728 switch (*(sal_Int16 const *)a.getValue()) in readAlignAttr()
782 switch (*(sal_Int16 const *)a.getValue()) in readImageAlignAttr()
811 switch (*(sal_Int16 const *)a.getValue()) in readImagePositionAttr()
867 switch (*(sal_Int16 const *)a.getValue()) in readButtonTypeAttr()
896 switch (*(sal_Int32 const *)a.getValue()) in readOrientationAttr()
919 switch (*(sal_Int16 const *)a.getValue()) in readLineEndFormatAttr()
975 * reinterpret_cast< const OUString * >( a.getValue() ) ); in readDefaults()
1016 OUString::valueOf( *(sal_Int32 const *)a.getValue() ) ); in readDefaults()
[all …]
/aoo41x/main/stoc/source/corereflection/
H A Dcrefl.cxx281 Any aAny( _aElements.getValue( rTypeName ) ); in forName()
286 xRet = *(const Reference< XIdlClass > *)aAny.getValue(); in forName()
309 Any aRet( _aElements.getValue( rName ) ); in getByHierarchicalName()
318 OSL_ASSERT( (*(Reference< XInterface > *)aRet.getValue())->queryInterface( in getByHierarchicalName()
372 Any aAny( _aElements.getValue( aName ) ); in forType()
377 xRet = *(const Reference< XIdlClass > *)aAny.getValue(); in forType()
/aoo41x/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx152 Mapping &map = casefolding::getValue(in, i, nCount, aLocale, nMappingType); in transliterate()
183 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
201 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
238 const Mapping &map = casefolding::getValue( in, i, nCount, aLocale, nTmpMappingType ); in transliterate()
256 const Mapping &map = casefolding::getValue(&inChar, 0, 1, aLocale, nMappingType); in transliterateChar2String()
271 const Mapping &map = casefolding::getValue(&inChar, 0, 1, aLocale, nMappingType); in transliterateChar2Char()
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/
H A D_XCalendar.java325 oldValues[n] = oObj.getValue(fields[n]); in _setValue()
328 short set = oObj.getValue(fields[k]); in _setValue()
331 short get = oObj.getValue(fields[k]); in _setValue()
341 log.println(names[n] + ":" + oObj.getValue(fields[n])); in _setValue()
370 short aValue = oObj.getValue(CalendarFieldIndex.MONTH); in _getValue()
394 short aValue = oObj.getValue(CalendarFieldIndex.MONTH); in _addValue()
/aoo41x/main/ridljar/test/com/sun/star/lib/util/
H A DWeakMap_Test.java51 assure("", WeakMap.getValue(m.get("key1")).equals(u1.get())); in test()
52 assure("", WeakMap.getValue(m.get("key2")).equals(u2.get())); in test()
57 assure("", WeakMap.getValue(m.get("key1")) == null); in test()
59 assure("", WeakMap.getValue(m.get("key2")) == null); in test()
/aoo41x/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx251 getValue(); in loadCalendar()
298 getValue(); in setDateTime()
306 getValue(); in getDateTime()
704 void Calendar_gregorian::getValue() throw(RuntimeException) in getValue() function in Calendar_gregorian
748 Calendar_gregorian::getValue( sal_Int16 fieldIndex ) throw(RuntimeException) in getValue() function in Calendar_gregorian
755 getValue(); in getValue()
768 getValue(); in addValue()
778 getValue(); in isValid()
961 …sal_Int16 value = getValue(sal::static_int_cast<sal_Int16>( DisplayCode2FieldIndex(nCalendarDispla… in getDisplayString()
1067 getValue(CalendarFieldIndex::ERA) == 0) { in getDisplayString()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx126 virtual Any getValue();
193 Any PresetPropertyBox::getValue() in getValue() function in sd::PresetPropertyBox
213 virtual Any getValue();
279 Any ColorPropertyBox::getValue() in getValue() function in sd::ColorPropertyBox
299 virtual Any getValue();
363 Any FontPropertyBox::getValue() in getValue() function in sd::FontPropertyBox
468 virtual Any getValue();
559 virtual Any getValue();
681 virtual Any getValue();
822 virtual Any getValue();
[all …]
/aoo41x/main/ridljar/com/sun/star/uno/
H A DUnoRuntime.java214 switch (t.getTypeClass().getValue()) { in areSame()
310 switch (type.getTypeClass().getValue()) { in completeValue()
414 IEnvironment env = (IEnvironment) WeakMap.getValue( in getEnvironment()
460 IBridge bridge = (IBridge) WeakMap.getValue(bridges.get(hashName)); in getBridge()
531 Object o = WeakMap.getValue(i.next()); in getBridges()
604 IBridge b = (IBridge) WeakMap.getValue(i.next()); in reset()
/aoo41x/main/xmloff/inc/
H A DMultiPropertySetHelper.hxx134 inline const ::com::sun::star::uno::Any& getValue( sal_Int16 nIndex );
153 const ::com::sun::star::uno::Any& getValue( sal_Int16 nIndex,
168 const ::com::sun::star::uno::Any& getValue( sal_Int16 nIndex,
178 const ::com::sun::star::uno::Any& MultiPropertySetHelper::getValue( in getValue() function in MultiPropertySetHelper
/aoo41x/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx327 … aValue.Equals( "*nil" ) ? NULL : pKey->getValue( String( aValue, RTL_TEXTENCODING_ISO_8859_1 ) ), in initialize()
428 … const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in initialize()
435 … const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in initialize()
590 const PPDValue* pDefValue = aDefaultInfo.m_aContext.getValue( pDefKey ); in initialize()
591 … const PPDValue* pMergeValue = pMergeKey ? pMergeKey->getValue( pDefValue->m_aOption ) : NULL; in initialize()
797 const PPDValue* pValue = it->second.m_aInfo.m_aContext.getValue( pKey ); in writePrinterConfig()
844 const PPDValue* pDefValue = m_aGlobalDefaults.m_aContext.getValue( pDefKey ); in addPrinter()
851 const PPDValue* pPrinterValue = pPrinterKey->getValue( pDefValue->m_aOption ); in addPrinter()
1149 …OUStringToOString( rContext.getValue( pPageSizeKey )->m_aOption, RTL_TEXTENCODING_ISO_8859_1 ).get… in setDefaultPaper()
1159 const PPDValue* pVal = pPageSizeKey->getValue( i ); in setDefaultPaper()
[all …]
/aoo41x/main/qadevOOo/tests/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()
/aoo41x/main/oox/source/export/
H A Ddrawingml.cxx166 WriteSolidFill( *((sal_uInt32*) mAny.getValue()) & 0xffffff ); in WriteSolidFill()
189 aGradient = *static_cast< const awt::Gradient* >( mAny.getValue() ); in WriteGradientFill()
326 aLineDash = *(drawing::LineDash*) mAny.getValue(); in WriteOutline()
338 nColor = *((sal_uInt32*) mAny.getValue()) & 0xffffff; in WriteOutline()
631 nSize = (sal_Int32) (100*(*((float*) mAny.getValue()))); in WriteRunProperties()
634 if ( *((float*) mAny.getValue()) >= awt::FontWeight::SEMIBOLD ) in WriteRunProperties()
638 switch ( *((awt::FontSlant*) mAny.getValue()) ) in WriteRunProperties()
649 switch ( *((sal_Int16*) mAny.getValue()) ) in WriteRunProperties()
725 sal_uInt32 color = *((sal_uInt32*) mAny.getValue()); in WriteRunProperties()
792 aFieldType = String( *(::rtl::OUString*)mAny.getValue() ); in GetFieldType()
[all …]
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx352 m_aTableProperties->getValue( TablePropertyMap::GAP_HALF, nGapHalf ); in endTableGetTableStyle()
353 m_aTableProperties->getValue( TablePropertyMap::LEFT_MARGIN, nLeftMargin ); in endTableGetTableStyle()
355 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_LEFT, in endTableGetTableStyle()
357 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_RIGHT, in endTableGetTableStyle()
359 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_TOP, in endTableGetTableStyle()
361 m_aTableProperties->getValue( TablePropertyMap::CELL_MAR_BOTTOM, in endTableGetTableStyle()
477 m_aTableProperties->getValue( TablePropertyMap::TABLE_WIDTH, nTableWidth ); in endTableGetTableStyle()
482 m_aTableProperties->getValue( TablePropertyMap::HORI_ORIENT, nHoriOrient ) ; in endTableGetTableStyle()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
H A Ddbexception.cxx196 return reinterpret_cast<const ::com::sun::star::sdbc::SQLException*>(m_aContent.getValue());
203 return reinterpret_cast<const ::com::sun::star::sdbc::SQLWarning*>(m_aContent.getValue());
210 return reinterpret_cast<const ::com::sun::star::sdb::SQLContext*>(m_aContent.getValue());
241 …ion* pAppendException( static_cast< SQLException* >( const_cast< void* >( aAppend.getValue() ) ) ); in append()
258 …pLastException = static_cast< SQLException* >( const_cast< void* >( pChainIterator->getValue() ) ); in append()
361 m_pCurrent = static_cast< const SQLException* >( m_pCurrent->NextException.getValue() ); in next()
/aoo41x/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx106 Any SAL_CALL OTimeControl::getValue() throw (RuntimeException) in getValue() function in pcr::OTimeControl
160 Any SAL_CALL ODateControl::getValue() throw (RuntimeException) in getValue() function in pcr::ODateControl
212 Any SAL_CALL OEditControl::getValue() throw (RuntimeException) in getValue() function in pcr::OEditControl
306 Any SAL_CALL ODateTimeControl::getValue() throw (RuntimeException) in getValue() function in pcr::ODateTimeControl
436 Any SAL_CALL OHyperlinkControl::getValue() throw (RuntimeException) in getValue() function in pcr::OHyperlinkControl
643 Any SAL_CALL ONumericControl::getValue() throw (RuntimeException) in getValue() function in pcr::ONumericControl
752 Any SAL_CALL OColorControl::getValue() throw (RuntimeException) in getValue() function in pcr::OColorControl
828 Any SAL_CALL OListboxControl::getValue() throw (RuntimeException) in getValue() function in pcr::OListboxControl
924 Any SAL_CALL OComboboxControl::getValue() throw (RuntimeException) in getValue() function in pcr::OComboboxControl
1409 Any SAL_CALL OMultilineEditControl::getValue() throw (RuntimeException) in getValue() function in pcr::OMultilineEditControl
/aoo41x/main/comphelper/source/misc/
H A Dtypes.cxx124 nReturn = *(sal_Bool*)_rAny.getValue(); in getBOOL()
177 _rOut = *static_cast< const sal_Unicode* >( _rValue.getValue() ); in tryCompare()
193 reinterpret_cast<const Any*>(pData)->getValue(), in compare_impl()
194 *reinterpret_cast<const Any*>(_rValue.getValue())); in compare_impl()
198 reinterpret_cast<const Any*>(pData)->getValue(), in compare_impl()
425 return compare_impl(rLeft.getValueType(), rLeft.getValue(), rRight); in compare()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx339 if( !(*(sal_Bool*)aRet.getValue()) ) in approveFiring()
345 if( ((OUString*)aRet.getValue())->isEmpty() == false ) in approveFiring()
350 … case TypeClass_FLOAT: if( *((float*)aRet.getValue()) ) return aRet; break; in approveFiring()
351 … case TypeClass_DOUBLE: if( *((double*)aRet.getValue()) ) return aRet; break; in approveFiring()
352 … case TypeClass_BYTE: if( *((sal_uInt8*)aRet.getValue()) ) return aRet; break; in approveFiring()
353 … case TypeClass_SHORT: if( *((sal_Int16*)aRet.getValue()) ) return aRet; break; in approveFiring()
354 … case TypeClass_LONG: if( *((sal_Int32*)aRet.getValue()) ) return aRet; break; in approveFiring()
355 … case TypeClass_UNSIGNED_SHORT: if( *((sal_uInt16*)aRet.getValue()) ) return aRet; break; in approveFiring()
356 … case TypeClass_UNSIGNED_LONG: if( *((sal_uInt32*)aRet.getValue()) ) return aRet; break; in approveFiring()

Completed in 164 milliseconds

12345678910>>...32