Home
last modified time | relevance | path

Searched refs:getValue (Results 176 – 200 of 811) sorted by relevance

12345678910>>...33

/trunk/main/connectivity/source/drivers/ado/
H A DAResultSetMetaData.cxx93 …bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISCASESENSITIVE")) ); in isCaseSensitive()
123 …sTableName = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("BASETABLENAME"… in getTableName()
169 …bRet = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ISAUTOINCREMENT")) ); in isAutoIncrement()
H A DAColumn.cxx261 …m_IsAutoIncrement = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Autoinc… in fillPropertyValues()
263 …m_Description = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Description… in fillPropertyValues()
265 …m_DefaultValue = OTools::getValue( aProps, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Default"))… in fillPropertyValues()
/trunk/main/extensions/source/ole/
H A Dservprov.cxx196 VARIANT* pVariant = *(VARIANT**)oleAny.getValue(); in CreateInstance()
335 VARIANT* pVariant = *(VARIANT**)oleAny.getValue(); in CreateInstance()
437 if (NOERROR != VariantCopy(pVariant, *(VARIANT**)modelDepObject.getValue())) in createBridge()
450 VARIANT* pVariant = *(VARIANT**)modelDepObject.getValue(); in createBridge()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx66 value.getValue() )); in to_cli_constant()
71 value.getValue() )); in to_cli_constant()
75 value.getValue() )); in to_cli_constant()
79 value.getValue() )); in to_cli_constant()
83 value.getValue() )); in to_cli_constant()
87 value.getValue() )); in to_cli_constant()
91 value.getValue() )); in to_cli_constant()
95 value.getValue() )); in to_cli_constant()
99 value.getValue() )); in to_cli_constant()
103 value.getValue() )); in to_cli_constant()
[all …]
/trunk/main/unotools/source/config/
H A Djavaoptions.cxx89 bExecute = *(sal_Bool*)pValues[0].getValue(); in SvtExecAppletsItem_Impl()
162 case 0: pImpl->bEnabled = *(sal_Bool*)pValues[nProp].getValue(); break; in SvtJavaOptions()
163 case 1: pImpl->bSecurity = *(sal_Bool*)pValues[nProp].getValue();break; in SvtJavaOptions()
/trunk/main/extensions/source/propctrlr/
H A Dusercontrol.cxx164 Any SAL_CALL OFormatSampleControl::getValue() throw (RuntimeException) in getValue() function in pcr::OFormatSampleControl
210 Any SAL_CALL OFormattedNumericControl::getValue() throw (RuntimeException) in getValue() function in pcr::OFormattedNumericControl
306 Any SAL_CALL OFileUrlControl::getValue() throw (RuntimeException) in getValue() function in pcr::OFileUrlControl
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.hxx38 virtual ::com::sun::star::uno::Any getValue(const sal_Char * pName) = 0;
53 virtual ::com::sun::star::uno::Any getValue(const sal_Char * pName);
215 T getValue( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& rNamedVal… in getValue() function
/trunk/main/pyuno/source/module/
H A Dpyuno_util.cxx215 val2str( returnValue.getValue(), returnValue.getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply()
220 … val2str( aParams[i].getValue(), aParams[i].getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply()
244 … val2str( aParams[i].getValue(), aParams[i].getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logCall()
/trunk/main/starmath/source/
H A Dunomodel.cxx434 nRet = (sal_Int16)*(double*)rAny.getValue(); in lcl_AnyToINT16()
436 nRet = (sal_Int16)*(float*)rAny.getValue(); in lcl_AnyToINT16()
544 sal_Bool bVal = *(sal_Bool*)(*pValues).getValue(); in _setPropertyValues()
560 sal_Bool bVal = *(sal_Bool*)(*pValues).getValue(); in _setPropertyValues()
600 aFormat.SetTextmode(*(sal_Bool*)(*pValues).getValue()); in _setPropertyValues()
658 aFormat.SetScaleNormalBrackets(*(sal_Bool*)(*pValues).getValue()); in _setPropertyValues()
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx359 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
411 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
466 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
596 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
854 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
1145 if( *(sal_Bool *)rValue.getValue() ) in exportXML()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx210 xXIndexAccess->getByIndex( n ).getValue() ); in ImplWriteShape()
325 eCircleKind = *( (CircleKind*)rObj.GetUsrAny().getValue() ); in ImplWriteShape()
360 nStartAngle = *( (sal_Int32*)rObj.GetUsrAny().getValue() ); in ImplWriteShape()
363 nEndAngle = *( (sal_Int32*)rObj.GetUsrAny().getValue() ); in ImplWriteShape()
718 (*((sal_uInt16*)rObj.GetUsrAny().getValue()) ) == mpEscherEx->GetHellLayerId() ) in ImplWriteShape()
908 mXShapes->getByIndex( n ).getValue() ); in ImplWritePage()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx358 rValue = xCell->getValue(); // double in lcl_SetValue()
364 rValue = (sal_Bool)( xCell->getValue() != 0.0 ); in lcl_SetValue()
372 aDate += (long)::rtl::math::approxFloor( xCell->getValue() ); in lcl_SetValue()
382 double fCellVal = xCell->getValue(); in lcl_SetValue()
404 double fCellVal = xCell->getValue(); in lcl_SetValue()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx377 getValue( EContact* pContact, sal_Int32 nColumnNum, GType nType, GValue* pStackValue, bool& _out_rW… in getValue() function
466 bool success = getValue( lhs, nField, eFieldType, &aLhsValue, bLhsNull ) in CompareContacts()
467 && getValue( rhs, nField, eFieldType, &aRhsValue, bRhsNull ); in CompareContacts()
617 if ( getValue( getCur(), nFieldNumber, G_TYPE_STRING, &aValue, m_bWasNull ) ) in getString()
634 if ( getValue( getCur(), nFieldNumber, G_TYPE_BOOLEAN, &aValue, m_bWasNull ) ) in getBoolean()
/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx92 const PPDValue* getValue( int n ) const;
93 const PPDValue* getValue( const String& rOption ) const;
316 const PPDValue* getValue( const PPDKey* ) const;
/trunk/main/sw/source/ui/envelp/
H A Dlabimg.cxx313 case 0: aItem.bCont = *(sal_Bool*)pValues[nProp].getValue(); break;// "Medium/Continuous", in SwLabCfgItem()
350 … case 13: aItem.bSynchron = *(sal_Bool*)pValues[nProp].getValue(); break;// "Option/Synchronize", in SwLabCfgItem()
351 case 14: aItem.bPage = *(sal_Bool*)pValues[nProp].getValue(); break;// "Option/Page", in SwLabCfgItem()
354 … case 17: aItem.bAddr = *(sal_Bool*)pValues[nProp].getValue(); break;// "Inscription/UseAddress", in SwLabCfgItem()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx82 sal_Bool bChecked= *(sal_Bool*)aState.getValue(); in statusChanged()
120 Sequence<rtl::OUString>* pStringSeq = (Sequence<rtl::OUString>*)aState.getValue(); in statusChanged()
159 Sequence<rtl::OUString>* pStringSeq = (Sequence<rtl::OUString>*) aState.getValue(); in statusChanged()
195 String aStr = String(*(OUString*) aState.getValue()); in statusChanged()
/trunk/main/toolkit/source/controls/
H A Dtkscrollbar.cxx153 aAny <<= xScrollBar->getValue(); in adjustmentValueChanged()
196 sal_Int32 UnoScrollBarControl::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue() function in toolkit::UnoScrollBarControl
202 n = xScrollBar->getValue(); in getValue()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2894 memcpy(&pvData->bVal, rAnyVal.getValue(), sizeof(sal_Char)); in ConvertAnyToVariant()
2899 memcpy(&pvData->boolVal, rAnyVal.getValue(), sizeof(sal_Bool)); in ConvertAnyToVariant()
2904 memcpy(&pvData->bVal, rAnyVal.getValue(), sizeof(sal_Int8)); in ConvertAnyToVariant()
2909 memcpy(&pvData->iVal, rAnyVal.getValue(), sizeof(sal_Int16)); in ConvertAnyToVariant()
2914 memcpy(&pvData->iVal, rAnyVal.getValue(), sizeof(sal_uInt16)); in ConvertAnyToVariant()
2919 memcpy(&pvData->lVal, rAnyVal.getValue(), sizeof(sal_Int32)); in ConvertAnyToVariant()
2924 memcpy(&pvData->lVal, rAnyVal.getValue(), sizeof(sal_uInt32)); in ConvertAnyToVariant()
2929 memcpy(&pvData->fltVal, rAnyVal.getValue(), sizeof(float)); in ConvertAnyToVariant()
2934 memcpy(&pvData->dblVal, rAnyVal.getValue(), sizeof(double)); in ConvertAnyToVariant()
/trunk/main/registry/test/
H A Dtestregcpp.cxx143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection()
258 REG_ENSURE(!key5.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9c1"); in test_coreReflection()
323 REG_ENSURE(!key7.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9e2"); in test_coreReflection()
509 REG_ENSURE(!key2.getValue(OUString(), readValue), "test_registry_CppApi error 10"); in test_registry_CppApi()
560 …REG_ENSURE(!rootKey.getValue(OUString::createFromAscii("mySixthKey"), pTmpValue), "test_registry_C… in test_registry_CppApi()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx325 bool getValue(
446 getValue( in FundamentalIniData()
466 bool Bootstrap_Impl::getValue( in getValue() function in Bootstrap_Impl
741 found = static_cast< Bootstrap_Impl * >( handle )->getValue( in rtl_bootstrap_get_from_handle()
906 (file == NULL ? get_static_bootstrap_handle() : file)->getValue( in lookup()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java147 public Object getValue() throws WrappedTargetException { in registerProperties()
155 public Object getValue() throws WrappedTargetException { in registerProperties()
163 public Object getValue() throws WrappedTargetException { in registerProperties()
171 public Object getValue() throws WrappedTargetException { in registerProperties()
185 public Object getValue() throws WrappedTargetException { in registerProperties()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx798 rtl::OUString getValue() in getValue() function
931 rtl::OUString str = anyToString( getValue() ); in load()
935 mpEdit->SetText( getValue() ); in load()
970 OUString text = getValue(); in load()
1024 Check( getValue().toInt64() != 0 ); in load()
1055 SelectEntryPos( sal::static_int_cast< USHORT >( getValue().toInt32() ) ); in load()
1095 SetText( getValue() ); in load()
/trunk/main/writerfilter/source/doctok/
H A DDff.cxx268 WW8ValueSharedPointer_t & getValue(int nId_) in getValue() function in writerfilter::doctok::DffOPTHandler
295 WW8ValueSharedPointer_t pVal = aHandler.getValue(260); in getShapeBid()
310 Value::Pointer_t DffRecord::getValue() in getValue() function in writerfilter::doctok::DffRecord
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java233 String sValue = aIniFile.getValue(_sBasename, "report" + i); in runThroughEveryReportInIndex()
454 String sValue = aIniFile.getValue(sBasename, "report" + i); in foreachResultCreateHTML()
476 String sStatusRunThrough = aIniFile2.getValue("global", "state"); in foreachResultCreateHTML()
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx204 static void getValue( OConnection* _pConnection,
256 template <class T> void getValue( OConnection* _pConnection, in getValue() function
264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()

Completed in 182 milliseconds

12345678910>>...33