Home
last modified time | relevance | path

Searched refs:getValue (Results 251 – 275 of 811) sorted by relevance

1...<<11121314151617181920>>...33

/trunk/main/odk/source/com/sun/star/lib/loader/
H A DWinRegKey.java106 byte[] data = getValue( valueName ); in getStringValue()
114 private byte[] getValue( String valueName ) throws WinRegKeyException { in getValue() method in WinRegKey
/trunk/main/connectivity/source/commontools/
H A DTPrivilegesResultSet.cxx95 const ORowSetValue& OResultSetPrivileges::getValue(sal_Int32 columnIndex) in getValue() function in OResultSetPrivileges
117 return ODatabaseMetaDataResultSet::getValue(columnIndex); in getValue()
/trunk/main/comphelper/source/container/
H A Dcontainer.cxx75 …Loop = *(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>*)aElement.getValue(); in Next()
101 …oop = *(::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>*) aElement.getValue(); in Next()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx839 const PPDValue* pValue = rJob.m_aContext.getValue( pKey ); in writeFeatureList()
843 || m_aLastJobData.m_aContext.getValue( pKey ) != pValue in writeFeatureList()
934 const PPDValue* pVal = pKey->getValue( i ); in writeJobPatch()
954 … writeFeature( pFile, pKey, pKey->getValue( OUString::valueOf( patch_order.front() ) ), false ); in writeJobPatch()
/trunk/main/registry/inc/registry/
H A Dregistry.hxx69 RegError (REGISTRY_CALLTYPE *getValue) (RegKeyHandle, rtl_uString*, RegValue);
561 inline RegError getValue(const ::rtl::OUString& keyName,
1010 inline RegError RegistryKey::getValue(const ::rtl::OUString& keyName, in getValue() function in RegistryKey
1014 return m_registry.m_pApi->getValue(m_hImpl, keyName.pData, pValue); in getValue()
/trunk/main/testtools/source/bridgetest/
H A Dconstructors.cxx137 && (*static_cast< ::sal_Unicode const * >(arguments[10].getValue()) in initialize()
171 arguments[24].getValue())->getLength() in initialize()
174 arguments[24].getValue()))[0] in initialize()
346 ::sal_Unicode> > const *>(arguments[25].getValue())->member[0]) == 'X' in initialize()
/trunk/test/testuno/source/fvt/uno/sw/page/
H A DCheckShadowFormat.java145 …wFormatProperty + "-->Location",this.shadowFormat.Location.getValue(), actual.Location.getValue()); in compare()
/trunk/main/xmloff/source/text/
H A DXMLTextColumnsExport.cxx82 if ( *(sal_Bool*)aAny.getValue() ) in exportXML()
102 if( *(sal_Bool *)aAny.getValue() ) in exportXML()
H A Dtxtexppr.cxx150 pThis->bDropWholeWord = *(sal_Bool *)rProperty.maValue.getValue(); in handleSpecialItem()
883 !*(sal_Bool *)pWrapContourState ->maValue.getValue() ) ) in ContextFilter()
902 *(sal_Bool *)pHoriOrientMirrorState->maValue.getValue() ) in ContextFilter()
964 *(sal_Bool *)pShapeHoriOrientMirrorState->maValue.getValue() ) in ContextFilter()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java161 ze.setCrc(crc.getValue()); in write()
217 zipEntry.setCrc(crc.getValue()); in saveEntries()
/trunk/main/writerfilter/source/dmapper/
H A DSettingsTable.cxx131 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm()
205 m_pImpl->m_bRecordChanges = bool(rSprm.getValue( )->getInt( ) ); in lcl_sprm()
H A DNumberingManager.cxx780 sal_Int32 nIntValue = rSprm.getValue()->getInt(); in lcl_sprm()
820 sal_Int32 nAbstractNumId = rSprm.getValue()->getInt(); in lcl_sprm()
922 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm()
931 OUString sStyleName = rSprm.getValue( )->getString( ); in lcl_sprm()
/trunk/main/svtools/source/config/
H A Dapearcfg.cxx80 … case 2: bMenuMouseFollow = *(sal_Bool*)pValues->getValue(); break; //"Menu/FollowMouse", in SvtTabAppearanceCfg()
84 …case 5: bFontAntialiasing = *(sal_Bool*)pValues->getValue(); break; // "FontAntialising/Enable… in SvtTabAppearanceCfg()
/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx68 virtual Any SAL_CALL getValue( const OUString& rProperty )
108 Any SAL_CALL BmpConverter::getValue( const OUString& ) throw( UnknownPropertyException ) in getValue() function in BmpConverter
H A Dconfigsettings.cxx161 const OUString* pLine = (const OUString*)pValue->getValue(); in getValues()
179 const OUString& SettingsConfigItem::getValue( const OUString& rGroup, const OUString& rKey ) const in getValue() function in SettingsConfigItem
/trunk/main/forms/source/xforms/
H A Dpropertysetbase.cxx168 rAccessor.getValue( rOldValue ); in convertFastPropertyValue()
187 rAccessor.getValue( rValue ); in getFastPropertyValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XScrollBar.java132 int val = oObj.getValue(); in _setValue()
162 int val = oObj.getValue(); in _setValues()
H A D_XSpinValue.java138 int val = oObj.getValue(); in _setValue()
153 int val = oObj.getValue(); in _setValues()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx204 sal_Bool bSet = nProp != 16 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
485 sal_Bool bSet = nProp < 3 ? *(sal_Bool*)pValues[nProp].getValue() : sal_False; in Load()
583 bSet = *(sal_Bool*)pValues[nProp].getValue(); in Load()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx119 virtual OOXMLValue::Pointer_t getValue() const;
318 virtual OOXMLValue::Pointer_t getValue() const;
373 virtual OOXMLValue::Pointer_t getValue() const;
H A DOOXMLFastContextHandler.cxx354 OOXMLValue::Pointer_t OOXMLFastContextHandler::getValue() const in getValue() function in writerfilter::ooxml::OOXMLFastContextHandler
428 OOXMLValue::Pointer_t pVal(getValue()); in toTag()
1109 pProp(new OOXMLPropertyImpl(mId, getValue(), in sendPropertyToParent()
1267 OOXMLValue::Pointer_t OOXMLFastContextHandlerProperties::getValue() const in getValue() function in writerfilter::ooxml::OOXMLFastContextHandlerProperties
1469 OOXMLValue::Pointer_t OOXMLFastContextHandlerValue::getValue() const in getValue() function in writerfilter::ooxml::OOXMLFastContextHandlerValue
1587 OOXMLValue::Pointer_t pValue(pHandler->getValue()); in addCurrentChild()
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx94 i++->getValue(css::uno::TypeDescription(ctd->ppTypeRefs[j]))), in copyMemberValues()
269 getValue( in readTid()
532 const_cast< void * >(as[i].getValue(ctd)), ctd.get(), 0); in readSequence()
/trunk/main/sfx2/source/appl/
H A Dopengrf.cxx244 Any aVal = mpImpl->xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0 ); in IsAsLink()
246 return aVal.hasValue() ? *(sal_Bool*) aVal.getValue() : sal_False; in IsAsLink()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx175 string ExternalViewLoggerImpl::getValue(const string& nodeId) in getValue() function in util::ExternalViewLoggerImpl
184 mFile << nodeId << " [label=\"(" << getValue(nodeId) << ")\",shape=box];" << endl; in dumpTree()
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx172 if (!key.getValue(OUString(), pBuffer)) in getTypeReader()
199 if (!key.getValue(OUString(), pBuffer)) in getTypeClass()

Completed in 141 milliseconds

1...<<11121314151617181920>>...33