Home
last modified time | relevance | path

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

12345678910>>...33

/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java120 … assertEquals("Verify after execute delete 'Text' contents.",NullCellValue, cellB5.getValue(),0); in testDeleteContents()
129 …rtEquals("Verify after execute delete 'Date & Time' contents.",NullCellValue, cellB7.getValue(),0); in testDeleteContents()
138 …assertEquals("Verify after execute delete 'Formula' contents.",NullCellValue, cellB8.getValue(),0); in testDeleteContents()
161 …tEquals("Verify after execute delete 'Number' contents in B6.",NullCellValue, cellB6.getValue(),0); in testDeleteContents()
162 …quals("Verify after execute delete 'Number' contents in B10.",NullCellValue, cellB10.getValue(),0); in testDeleteContents()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx874 rOpt.UseCaption() = *(sal_Bool*)pValues[nProp].getValue(); in lcl_ReadOpt()
971 …ool = nProp < INS_PROP_CAP_OBJECT_TABLE_ENABLE ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
1255 …case 5 : bInsTblFormatNum = *(sal_Bool*)pValues[nProp].getValue(); break; //"Input/NumberRecogni… in Load()
1256 …case 6 : bInsTblChangeNumFormat = *(sal_Bool*)pValues[nProp].getValue(); break; //"Input/NumberFo… in Load()
1257 case 7 : bInsTblAlignNum = *(sal_Bool*)pValues[nProp].getValue(); break; //"Input/Alignment" in Load()
1373 case 1 : bDefaultFontsInCurrDocOnly = *(sal_Bool*)pValues[nProp].getValue(); break; in Load()
1374 case 2 : bShowIndexPreview = *(sal_Bool*)pValues[nProp].getValue(); break; in Load()
1375 case 3 : bGrfToGalleryAsLnk = *(sal_Bool*)pValues[nProp].getValue(); break; in Load()
1376 case 4 : bNumAlignSize = *(sal_Bool*)pValues[nProp].getValue(); break; in Load()
1377 case 5 : bSinglePrintJob = *(sal_Bool*)pValues[nProp].getValue(); break; in Load()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx641 switch (*(sal_Int16 const *)a.getValue()) in readDateFormatAttr()
694 switch (*(sal_Int16 const *)a.getValue()) in readTimeFormatAttr()
729 switch (*(sal_Int16 const *)a.getValue()) in readAlignAttr()
783 switch (*(sal_Int16 const *)a.getValue()) in readImageAlignAttr()
812 switch (*(sal_Int16 const *)a.getValue()) in readImagePositionAttr()
868 switch (*(sal_Int16 const *)a.getValue()) in readButtonTypeAttr()
897 switch (*(sal_Int32 const *)a.getValue()) in readOrientationAttr()
920 switch (*(sal_Int16 const *)a.getValue()) in readLineEndFormatAttr()
1006 * reinterpret_cast< const OUString * >( a.getValue() ) ); in readDefaults()
1047 OUString::valueOf( *(sal_Int32 const *)a.getValue() ) ); in readDefaults()
[all …]
/trunk/main/stoc/source/corereflection/
H A Dcrarray.cxx109 uno_Sequence ** ppSeq = (uno_Sequence **)rArray.getValue(); in realloc()
128 return (*(uno_Sequence **)rArray.getValue())->nElements; in getLen()
142 uno_Sequence * pSeq = *(uno_Sequence **)rArray.getValue(); in get()
173 uno_Sequence * pSeq = *(uno_Sequence **)rArray.getValue(); in set()
181 uno_Sequence ** ppSeq = (uno_Sequence **)rArray.getValue(); in set()
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()
/trunk/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 …]
/trunk/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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/xlink/
H A DXLinkReadHandler.java57 uri = attrs.getValue(OfficeNamespaces.XLINK_NS, "uri"); in startParsing()
58 type = attrs.getValue(OfficeNamespaces.XLINK_NS, "type"); in startParsing()
59 show = attrs.getValue(OfficeNamespaces.XLINK_NS, "show"); in startParsing()
60 actuate = attrs.getValue(OfficeNamespaces.XLINK_NS, "actuate"); in startParsing()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
/trunk/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()
/trunk/main/binaryurp/source/
H A Dproxy.cxx196 *exception, ret.getValue(ret.getType()), ret.getType().get(), 0); in do_dispatch_throw()
206 uno_copyData(returnValue, ret.getValue(t), t.get(), 0); in do_dispatch_throw()
217 uno_copyData(returnValue, ret.getValue(t), t.get(), 0); in do_dispatch_throw()
225 arguments[j], pt.get(), i++->getValue(pt), in do_dispatch_throw()
229 arguments[j], i++->getValue(pt), pt.get(), 0); in do_dispatch_throw()
/trunk/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 …]
/trunk/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()
/trunk/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 …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java225 switch (t.getTypeClass().getValue()) { in areSame()
321 switch (type.getTypeClass().getValue()) { in completeValue()
425 IEnvironment env = (IEnvironment) WeakMap.getValue( in getEnvironment()
471 IBridge bridge = (IBridge) WeakMap.getValue(bridges.get(hashName)); in getBridge()
542 Object o = WeakMap.getValue(i.next()); in getBridges()
615 IBridge b = (IBridge) WeakMap.getValue(i.next()); in reset()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomatonContainer.java115 aEntry.getValue().CreateDFA( in CreateDFAs()
146 aEntry.getValue().GetStateContext(), in MinimizeDFAs()
147 aEntry.getValue().GetAttributes(), in MinimizeDFAs()
148 aEntry.getValue().GetLocation(), in MinimizeDFAs()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxViewDescriptor.java51 public Object getValue() { in registerProperties()
65 public Object getValue() { in registerProperties()
79 public Object getValue() { in registerProperties()
93 public Object getValue() { in registerProperties()
H A DSdbcxKeyDescriptor.java57 public Object getValue() { in registerProperties()
70 public Object getValue() { in registerProperties()
84 public Object getValue() { in registerProperties()
98 public Object getValue() { in registerProperties()
/trunk/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
/trunk/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
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx715 maFieldGroupModel.maStartDate = pStartValue->getValue().get< DateTime >(); in importPCDFRangePr()
716 maFieldGroupModel.maEndDate = pEndValue->getValue().get< DateTime >(); in importPCDFRangePr()
717 maFieldGroupModel.mfInterval = pInterval->getValue().get< sal_Int16 >(); in importPCDFRangePr()
726 maFieldGroupModel.mfStartValue = pStartValue->getValue().get< double >(); in importPCDFRangePr()
727 maFieldGroupModel.mfEndValue = pEndValue->getValue().get< double >(); in importPCDFRangePr()
728 maFieldGroupModel.mfInterval = pInterval->getValue().get< double >(); in importPCDFRangePr()
945 … writeSharedItemToSourceDataCell( rSheetHelper, nCol, nRow, rItem.getValue().get< sal_Int32 >() ); in writeSourceDataCell()
988 …case XML_s: rSheetData.setStringCell( aModel, rItem.getValue().get< OUString >() ); … in writeItemToSourceDataCell()
989 …case XML_n: rSheetData.setValueCell( aModel, rItem.getValue().get< double >() ); … in writeItemToSourceDataCell()
990 …case XML_i: rSheetData.setValueCell( aModel, rItem.getValue().get< sal_Int16 >() ); … in writeItemToSourceDataCell()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOView.java57 public Object getValue() { in registerProperties()
71 public Object getValue() { in registerProperties()
85 public Object getValue() { in registerProperties()
99 public Object getValue() { in registerProperties()
/trunk/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()
/trunk/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()
/trunk/main/connectivity/source/commontools/
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()

Completed in 128 milliseconds

12345678910>>...33