Home
last modified time | relevance | path

Searched refs:getValue (Results 226 – 250 of 776) sorted by relevance

12345678910>>...32

/aoo41x/main/unotools/source/config/
H A Dfontcfg.cxx948 const OUString* pLine = (const OUString*)aAny.getValue(); in fillSubstVector()
997 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWeight()
1029 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstWidth()
1061 const OUString* pLine = (const OUString*)aAny.getValue(); in getSubstType()
/aoo41x/main/padmin/source/
H A Dprtsetup.cxx51 pValue = pKey->getValue( i ); in insertAllPPDValues()
68 pValue = m_aJobData.m_aContext.getValue( pKey ); in insertAllPPDValues()
484 pValue = pKey->getValue( i ); in FillValueBox()
493 pValue = m_pParent->m_aJobData.m_aContext.getValue( pKey ); in FillValueBox()
/aoo41x/main/sw/source/core/unocore/
H A Dunotbl.cxx185 sal_Bool bPercent = *(sal_Bool*)aValue.getValue(); in lcl_SetSpecialProperty()
1325 sal_Bool bSet = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1918 sal_Bool bVal = *(sal_Bool*)pRepHead->getValue(); in ApplyTblAttr()
2064 sal_Bool bTmp = *(sal_Bool*)pSplit->getValue(); in ApplyTblAttr()
2655 pColArray[nCol - nColStart] = xCell->getValue(); in getData()
3001 sal_Bool bTmp = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
3011 sal_Bool bTmp = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
3022 (const table::TableBorder* )aValue.getValue(); in setPropertyValue()
3817 sal_Bool bTmp = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
3827 sal_Bool bTmp = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
[all …]
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm206 PropertyValue* pVal = mpController->getValue( name_it->second );
220 PropertyValue* pVal = mpController->getValue( name_it->second );
234 PropertyValue* pVal = mpController->getValue( name_it->second );
252 PropertyValue* pVal = mpController->getValue( name_it->second );
1290 PropertyValue* pVal = pController->getValue( aPropertyName );
1301 PropertyValue* pVal = pController->getValue( aPropertyName );
1312 PropertyValue* pVal = pController->getValue( aPropertyName );
1325 PropertyValue* pVal = pController->getValue( aPropertyName );
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx76 Value::Pointer_t OOXMLPropertyImpl::getValue() in getValue() function in writerfilter::ooxml::OOXMLPropertyImpl
182 pProperties->attribute(mId, *getValue()); in resolve()
788 int OOXMLPropertySetEntryToInteger::getValue() const in getValue() function in writerfilter::ooxml::OOXMLPropertySetEntryToInteger
/aoo41x/main/framework/source/recording/
H A Ddispatchrecorder.cxx120 flatten_struct_members( &vec, val.getValue(), (typelib_CompoundTypeDescription *)pTD ); in make_seq_out_of_struct()
305 sal_Unicode nVal = *((sal_Unicode*)aValue.getValue()); in AppendToBuffer()
477 pStatement = (com::sun::star::frame::DispatchStatement *)element.getValue(); in replaceByIndex()
/aoo41x/main/qadevOOo/runner/graphical/
H A DJPEGComparator.java104 public int getValue() in getValue() method in CountNotXXXPixelsFromImage
200 String sRefBuildID = aIniFileForRefBuildID.getValue("global", "buildid"); in checkOneFile()
211 String sJPEGSchema = aIniFile.getValue(sSectionName, "jpegschema"); in checkOneFile()
/aoo41x/main/writerfilter/source/dmapper/
H A DSettingsTable.cxx133 Value::Pointer_t pValue = rSprm.getValue(); in lcl_sprm()
209 m_pImpl->m_bRecordChanges = bool(rSprm.getValue( )->getInt( ) ); in lcl_sprm()
/aoo41x/main/xmloff/source/text/
H A DXMLTextColumnsExport.cxx82 if ( *(sal_Bool*)aAny.getValue() ) in exportXML()
102 if( *(sal_Bool *)aAny.getValue() ) in exportXML()
/aoo41x/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java161 ze.setCrc(crc.getValue()); in write()
217 zipEntry.setCrc(crc.getValue()); in saveEntries()
/aoo41x/test/testuno/source/fvt/uno/sw/page/
H A DCheckShadowFormat.java145 …wFormatProperty + "-->Location",this.shadowFormat.Location.getValue(), actual.Location.getValue()); in compare()
/aoo41x/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
/aoo41x/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()
/aoo41x/main/forms/source/xforms/
H A Dpropertysetbase.cxx168 rAccessor.getValue( rOldValue ); in convertFastPropertyValue()
187 rAccessor.getValue( rValue ); in getFastPropertyValue()
/aoo41x/main/qadevOOo/tests/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()
/aoo41x/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()
/aoo41x/main/registry/inc/registry/
H A Dregistry.hxx68 RegError (REGISTRY_CALLTYPE *getValue) (RegKeyHandle, rtl_uString*, RegValue);
560 inline RegError getValue(const ::rtl::OUString& keyName,
1009 inline RegError RegistryKey::getValue(const ::rtl::OUString& keyName, in getValue() function in RegistryKey
1013 return m_registry.m_pApi->getValue(m_hImpl, keyName.pData, pValue); in getValue()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sw/source/core/para/
H A Dparatr.cxx215 const style::DropCapFormat* pDrop = (const style::DropCapFormat*)rVal.getValue(); in PutValue()
227 bWholeWord = *(sal_Bool*)rVal.getValue(); in PutValue()

Completed in 194 milliseconds

12345678910>>...32