Home
last modified time | relevance | path

Searched refs:getArray (Results 401 – 425 of 1260) sorted by relevance

1...<<11121314151617181920>>...51

/aoo42x/main/unotools/source/config/
H A Dsearchopt.cxx172 OUString* pNames = aNames.getArray(); in GetPropertyNames()
242 Any *pValue = aValues.getArray(); in Save()
/aoo42x/main/vcl/source/window/
H A Dwpropset.cxx259 beans::PropertyValue* pVal = aOutsideValues.getArray(); in setupProperties()
318 beans::PropertyValue* pValues = aNewPropsOut.getArray(); in IMPL_LINK()
/aoo42x/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx351 …::std::transform( m_pImpl->aValues.begin(), m_pImpl->aValues.end(), _out_rValues.getArray(), Value… in operator >>=()
359 …::std::transform( m_pImpl->aValues.begin(), m_pImpl->aValues.end(), _out_rValues.getArray(), Value… in operator >>=()
/aoo42x/main/basic/source/classes/
H A Dpropacc.cxx199 aRet.getArray()[n] = *_aPropVals.GetObject(n); in getPropertyValues()
273 Property &rProp = aImpl._aProps.getArray()[n]; in SbPropertySetInfo()
H A Dsbunoobj.cxx627 Reference< XIdlArray > xIdlArray = xIdlTargetClass->getArray(); in implSequenceToMultiDimArray()
693 sal_Int32* pIndices = indices.getArray(); in implSequenceToMultiDimArray()
857 Reference< XIdlArray > xIdlArray = xIdlTargetClass->getArray(); in unoToSbxValue()
1252 Reference< XIdlArray > xArray = xIdlTargetClass->getArray(); in implRekMultiDimArrayToSequence()
1478 Reference< XIdlArray > xArray = xIdlTargetClass->getArray(); in sbxToUnoValue()
2252 Any* pAnyArgs = args.getArray(); in TYPEINIT1()
2284 Any* pAnyArgs = args.getArray(); in TYPEINIT1()
2289 ::rtl::OUString* pNames = rNameSeq.getArray(); in TYPEINIT1()
3398 Reference< XConstantTypeDescription >* pSrc = aConsts.getArray(); in getVBAConstant()
3724 Any* pAnyArgs = args.getArray(); in SFX_NOTIFY()
/aoo42x/main/cppuhelper/source/
H A Dimplbase.cxx118 rtl_createUuid( (sal_uInt8 *)pId->getArray(), 0, sal_True ); in initTypeProvider()
123 Type * pTypeAr = types->getArray(); in initTypeProvider()
/aoo42x/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx210 ::rtl::OString sUOFXML( reinterpret_cast< sal_Char* >(aSeq.getArray())); in detect()
316 OUString* pArray = aRet.getArray(); in FilterDetect_getSupportedServiceNames()
/aoo42x/main/svx/source/table/
H A Daccessibletableshape.cxx588 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleRows()
626 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleColumns()
1261 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleRows()
1296 sal_Int32 *pRet = aRet.getArray(); in getSelectedAccessibleColumns()
/aoo42x/main/embedserv/source/embed/
H A Ddocholder.cxx289 rtl_getGlobalProcessId((sal_uInt8*)aProcessIdent.getArray()); in InPlaceActivate()
634 rtl_getGlobalProcessId((sal_uInt8*)aProcessIdent.getArray()); in InPlaceMenuCreate()
1136 rtl_getGlobalProcessId( (sal_uInt8*)aProcId.getArray() ); in GetIDispatch()
1392 rtl_getGlobalProcessId((sal_uInt8*)aProcessIdent.getArray()); in getContainerWindow()
/aoo42x/main/svx/source/form/
H A Dformcontroller.cxx751 aServices.getArray()[0] = FM_FORM_CONTROLLER; in getSupportedServiceNames_Static()
752 …aServices.getArray()[1] = ::rtl::OUString::createFromAscii("com.sun.star.awt.control.TabController… in getSupportedServiceNames_Static()
937 Property* pDesc = _rProps.getArray(); in fillProperties()
2118 Reference< XControl > * pControls = m_aControls.getArray(); in setContainer()
2184 Reference< XControl > * pControls = aNewControls.getArray(); in getControls()
2453 Reference< XControl >* pControls = _rControls.getArray(); in findControl()
2567 m_aControls.getArray()[m_aControls.getLength() - 1] = xControl; in insertControl()
3557 ::rtl::OUString* pModes = aModes.getArray(); in getSupportedModes()
4124 aInterceptedFeatures.getArray(), in invalidateAllFeatures()
/aoo42x/main/sw/source/ui/envelp/
H A Denvimg.cxx265 Any* pValues = aValues.getArray(); in Commit()
315 OUString* pNames = aNames.getArray(); in GetPropertyNames()
H A Dmailmrge.cxx317 PropertyValue* pProperties = aProperties.getArray(); in SwMailMergeDlg()
777 Any* pSelection = m_aSelection.getArray(); in ExecQryShell()
793 Any* pBegin = m_aSelection.getArray(); in ExecQryShell()
/aoo42x/main/chart2/source/model/template/
H A DColumnLineChartTypeTemplate.cxx230 aColumnSeq.getArray()); in createChartTypes()
246 aLineSeq.getArray()); in createChartTypes()
/aoo42x/main/chart2/source/tools/
H A DOPropertySet.cxx188 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
284 Any * pResultArray = aResult.getArray(); in getPropertyDefaults()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java172 public synchronized XArray getArray(int columnIndex) throws SQLException { in getArray() method in JavaSQLCallableStatement
175 … java.sql.Array array = ((java.sql.CallableStatement)jdbcStatement).getArray(columnIndex); in getArray()
/aoo42x/main/connectivity/source/drivers/file/
H A DFConnection.cxx175 OUString* pProps = aProps.getArray(); in construct()
402 ::rtl::OUString* pProps = aProps.getArray(); in getDir()
/aoo42x/main/svx/source/unodraw/
H A Dunoctabl.cxx119 aSNS.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.ColorTable" )); in getSupportedServiceNames_Static()
182 OUString* pStrings = aSeq.getArray(); in getElementNames()
/aoo42x/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx419 Property* pProps = m_pImpl->m_aProps.getArray(); in getColumnType()
443 Property* pProps = m_aProps.getArray(); in getColumnType()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewHeaderCell.cxx287 ::rtl::OUString* pNames = aSequence.getArray(); in getSupportedServiceNames()
312 rtl_createUuid (reinterpret_cast<sal_uInt8 *>(aId.getArray()), 0, sal_True); in getImplementationId()
/aoo42x/main/io/source/TextInputStream/
H A DTextInputStream.cxx356 mSeqSource.getArray()[ nOldLen ] = aOneByteSeq.getConstArray()[ 0 ]; in implReadNext()
463 seqNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); in TextInputStream_getSupportedServiceNames()
/aoo42x/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx193 sal_Int32 * pArr = offset.getArray(); in transliterate()
419 sal_Int32 *pOffset = offset.getArray(); in transliterate_titlecase_Impl()
/aoo42x/main/linguistic/source/
H A Ddicimp.cxx679 uno::Reference< XDictionaryEntry > *pEntry = aEntries.getArray(); in addEntry_Impl()
873 uno::Reference< XDictionaryEntry > * pOrig = rEntries.getArray(); in lcl_SequenceRemoveElementAt()
874 uno::Reference< XDictionaryEntry > * pTemp = aTmp.getArray(); in lcl_SequenceRemoveElementAt()
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridif.cxx1189 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelImplementationId()
1331 sal_Bool* pReturnArray = aReturnSequence.getArray(); in queryFieldDataType()
1402 Any* pReturnArray = aReturnSequence.getArray(); in queryFieldData()
2485 ::rtl::OUString* pModes = aModes.getArray(); in getSupportedModes()
2767 sal_uInt16* pSupported = aSupported.getArray(); in getSupportedGridSlots()
2789 ::com::sun::star::util::URL* pSupported = aSupported.getArray(); in getSupportedURLs()
2800 pSupported = aSupported.getArray(); in getSupportedURLs()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx357 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
401 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
436 rtl_createUuid( (sal_uInt8 *)aId.getArray(), 0, sal_True ); in getImplementationId()
1248 OUString* pServices = aSeq.getArray(); in getSupportedServiceNames()
2420 OUString* pNames = aNames.getArray(); in getElementNames()
2915 OUString* pStr = aSeq.getArray(); in getElementNames()
2933 OUString* pStr = aSeq.getArray(); in getElementNames()
/aoo42x/main/sw/source/core/unocore/
H A Dunoobj.cxx138 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in CreateUnoTunnelId()
2100 beans::PropertyState* pStates = aRet.getArray(); in GetPropertyStates()
2671 uno::Any *pAny = aRet.getArray(); in getPropertyDefaults()
2780 beans::PropertyValue* pArray = aRet.getArray(); in CreateSortDescriptor()
2800 table::TableSortField* pFields = aFields.getArray(); in CreateSortDescriptor()
3058 table::TableSortField* pFields = aFields.getArray(); in ConvertSortProperties()
3244 OUString* pArray = aRet.getArray(); in getAvailableServiceNames()

Completed in 228 milliseconds

1...<<11121314151617181920>>...51