Home
last modified time | relevance | path

Searched refs:pArray (Results 51 – 75 of 375) sorted by relevance

12345678910>>...15

/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx448 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
449 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessible ) ); in getSupportedServiceNames()
450 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleContext ) ); in getSupportedServiceNames()
451 pArray[2] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleComponent) ); in getSupportedServiceNames()
1207 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1208 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessible ) ); in getSupportedServiceNames()
1209 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleContext ) ); in getSupportedServiceNames()
1210 pArray[2] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleComponent) ); in getSupportedServiceNames()
/trunk/main/sot/source/base/
H A Dformats.cxx1410 const SotAction_Impl* pArray, in GetTransferableAction_Impl() argument
1420 const SotAction_Impl* pArrayStart = pArray; in GetTransferableAction_Impl()
1421 sal_uLong nId = pArray->nFormatId; in GetTransferableAction_Impl()
1428 for( ; 0xffff != pArray->nFormatId && in GetTransferableAction_Impl()
1429 nChkFormat != pArray->nFormatId; ++pArray ) in GetTransferableAction_Impl()
1431 nId = pArray->nFormatId; in GetTransferableAction_Impl()
1441 ( !pArray->nContextCheckId || CheckTransferableContext_Impl( pxTransferable, *pArray ) ) ) in GetTransferableAction_Impl()
1476 return pArray->nAction; in GetTransferableAction_Impl()
1478 pArray++; in GetTransferableAction_Impl()
1479 nId = pArray->nFormatId; in GetTransferableAction_Impl()
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx449 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
466 pArray[1] = s; in getSupportedServiceNames()
2437 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
2438 *pArray++ = sServiceName; in getSupportedServiceNames()
2440 *pArray++ = sServiceNameCC; in getSupportedServiceNames()
2513 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
2680 OUString* pArray = aSeq.getArray(); in getElementNames() local
2683 pArray[i] = *aFldNames.GetObject(i); in getElementNames()
2740 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
2741 pArray[0] = C2U("com.sun.star.text.TextFields"); in getSupportedServiceNames()
[all …]
/trunk/main/stoc/test/excomp/
H A Dexcomp2.cxx171 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
173 if( pArray[i] == ServiceName ) in supportsService()
243 const OUString * pArray = rSNL.getConstArray(); in component_writeInfo() local
245 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/trunk/main/stoc/test/
H A Dtestsmgr_cpnt.cxx157 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
159 if( pArray[i] == ServiceName ) in supportsService()
429 const OUString * pArray = rSNL.getConstArray(); in component_writeInfo() local
431 xNewKey->createKey( pArray[nPos] ); in component_writeInfo()
/trunk/main/forms/source/component/
H A DImageButton.cxx93 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
94 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_IMAGEBUTTON; in getSupportedServiceNames()
195 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
196 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_IMAGEBUTTON; in getSupportedServiceNames()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx792 SbxDimArray* pArray = new SbxDimArray( eType ); in DimImpl() local
804 pArray->AddDim32( lb, ub ); in DimImpl()
806 pArray->setHasFixedSize( true ); in DimImpl()
813 pArray->unoAddDim( 0, -1 ); in DimImpl()
817 refVar->PutObject( pArray ); in DimImpl()
1007 SbxArray* pArray = PTR_CAST(SbxArray,pElemObj); in lcl_eraseImpl() local
1008 if ( pArray ) in lcl_eraseImpl()
1009 pArray->Clear(); in lcl_eraseImpl()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1817 SbxDimArray* pArray = pItem->mpArray; in RequestingChilds() local
1820 if( !pArray && pRootArray ) in RequestingChilds()
1822 pArray = pRootArray; in RequestingChilds()
1857 else if( pArray ) in RequestingChilds()
1865 pArray->GetDim32( nThisLevel, nMin, nMax ); in RequestingChilds()
1924 SbxDimArray* pArray; in ImplGetSBXForEntry() local
1946 pSBX = pArray->Get( pItem->pIndices ); in ImplGetSBXForEntry()
2098 SbxDimArray* pArray = pItem->mpArray; in implCreateTypeStringForDimArray() local
2099 if( !pArray ) in implCreateTypeStringForDimArray()
2100 pArray = pItem->GetRootArray(); in implCreateTypeStringForDimArray()
[all …]
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx972 DoubleStringArrayPtr pArray = rTable.Last(); in lcl_ClearTable() local
973 while(pArray) in lcl_ClearTable()
975 pArray->DeleteAndDestroy(0, pArray->Count()); in lcl_ClearTable()
976 delete pArray; in lcl_ClearTable()
977 pArray = rTable.Prev(); in lcl_ClearTable()
1217 DoubleStringArray* pArray = 0; in RefillReplaceBox() local
1221 pArray->DeleteAndDestroy(0, pArray->Count()); in RefillReplaceBox()
1225 pArray = new DoubleStringArray; in RefillReplaceBox()
1238 pArray->Insert(pDouble, i); in RefillReplaceBox()
1254 for(sal_uInt16 i = 0; i < pArray->Count(); i++) in RefillReplaceBox()
[all …]
/trunk/main/sw/source/core/access/
H A Daccgraphic.cxx78 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
79 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
80 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
H A Daccembedded.cxx106 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
107 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
108 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
H A Daccpage.cxx169 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
170 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
171 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx206 const Type* pArray = aContainedTypes.getConstArray(); in setPeer() local
210 impl_unadviseFromPeer( m_xPeer, pArray[i] ); in setPeer()
217 const Type* pArray = aContainedTypes.getConstArray(); in setPeer() local
221 impl_adviseToPeer( m_xPeer, pArray[i] ); in setPeer()
/trunk/main/sc/source/filter/excel/
H A Dxiformula.cxx91 const ScTokenArray* pArray = NULL; in CreateFormula() local
93 GetOldFmlaConverter().Convert(pArray, aFmlaStrm, aFmlaStrm.GetRecSize(), true); in CreateFormula()
94 return pArray; in CreateFormula()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1099 SvPtrarr* pArray[ 2 ]; in GetFmtFromPool() local
1107 pArray[0] = pCharFmtTbl; in GetFmtFromPool()
1127 pArray[0] = pFrmFmtTbl; in GetFmtFromPool()
1128 pArray[1] = pSpzFrmFmtTbl; in GetFmtFromPool()
1152 for( sal_uInt16 n = 0; n < (*pArray[nArrCnt]).Count(); ++n ) in GetFmtFromPool()
1153 if( nId == ( pNewFmt = (SwFmt*)(*pArray[ nArrCnt ] )[ n ] )-> in GetFmtFromPool()
1403 const SvPtrarr* pArray[ 2 ]; in IsPoolFmtUsed() local
1409 pArray[0] = pCharFmtTbl; in IsPoolFmtUsed()
1413 pArray[0] = pFrmFmtTbl; in IsPoolFmtUsed()
1414 pArray[1] = pSpzFrmFmtTbl; in IsPoolFmtUsed()
[all …]
/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx617 typelib_ArrayTypeDescription * pArray = (typelib_ArrayTypeDescription *)pReg; in typelib_static_array_type_init() local
619 pArray->nDimensions = nDimensions; in typelib_static_array_type_init()
620 pArray->nTotalElements = nElements; in typelib_static_array_type_init()
621 pArray->pDimensions = pDimensions; in typelib_static_array_type_init()
624 ((typelib_IndirectTypeDescription*)pArray)->pType = pElementTypeRef; in typelib_static_array_type_init()
/trunk/main/io/source/stm/
H A Dodata.cxx481 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
484 if( pArray[i] == ServiceName ) in supportsService()
892 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
895 if( pArray[i] == ServiceName ) in supportsService()
1282 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
1285 if( pArray[i] == ServiceName ) in supportsService()
1624 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
1627 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sc/workben/
H A Daddin.cxx83 const rtl::OUString * pArray = aSequ.getConstArray(); in component_writeInfo() local
85 xNewKey->createKey( pArray[i] ); in component_writeInfo()
140 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
141 pArray[0] = SCADDIN_SERVICE; in getSupportedServiceNames_Static()
142 pArray[1] = SCTESTADDIN_SERVICE; in getSupportedServiceNames_Static()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1076 beans::PropertyValue* pArray = aSeq.getArray(); in getPagePrintSettings() local
1083 pArray[0] = beans::PropertyValue(C2U("PageRows"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1085 pArray[1] = beans::PropertyValue(C2U("PageColumns"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1087 pArray[2] = beans::PropertyValue(C2U("LeftMargin"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1089 pArray[3] = beans::PropertyValue(C2U("RightMargin"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1091 pArray[4] = beans::PropertyValue(C2U("TopMargin"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1095 pArray[6] = beans::PropertyValue(C2U("HoriMargin"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1097 pArray[7] = beans::PropertyValue(C2U("VertMargin"), -1, aVal, PropertyState_DIRECT_VALUE); in getPagePrintSettings()
1946 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
4129 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
[all …]
H A Dunotxvw.cxx1148 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1149 pArray[0] = C2U("com.sun.star.text.TextDocumentView"); in getSupportedServiceNames()
1150 pArray[1] = C2U("com.sun.star.view.OfficeDocumentView"); in getSupportedServiceNames()
2102 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
2103 pArray[0] = C2U("com.sun.star.text.TextViewCursor"); in getSupportedServiceNames()
2104 pArray[1] = C2U("com.sun.star.style.CharacterProperties"); in getSupportedServiceNames()
2105 pArray[2] = C2U("com.sun.star.style.CharacterPropertiesAsian"); in getSupportedServiceNames()
2106 pArray[3] = C2U("com.sun.star.style.CharacterPropertiesComplex"); in getSupportedServiceNames()
2107 pArray[4] = C2U("com.sun.star.style.ParagraphProperties"); in getSupportedServiceNames()
2108 pArray[5] = C2U("com.sun.star.style.ParagraphPropertiesAsian"); in getSupportedServiceNames()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dseinitializer_nssimpl.cxx164 rtl::OUString* pArray = aRet.getArray(); in SEInitializer_NssImpl_getSupportedServiceNames() local
165 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SE_SERVICE_NAME ) ); in SEInitializer_NssImpl_getSupportedServiceNames()
166 pArray[1] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( NSS_SERVICE_NAME ) ); in SEInitializer_NssImpl_getSupportedServiceNames()
/trunk/main/writerfilter/source/filter/
H A DRtfFilter.cxx127 OUString* pArray = aRet.getArray(); in RtfFilter_getSupportedServiceNames() local
128 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in RtfFilter_getSupportedServiceNames()
129 pArray[1] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME2 ) ); in RtfFilter_getSupportedServiceNames()
/trunk/main/oox/source/xls/
H A Dooxformulaparser.cxx167 const OUString* pArray = aServices.getConstArray(); in supportsService() local
168 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService()
169 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx267 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
268 pArray[0] = rtl::OUString::createFromAscii( SCFUNCTIONACCESS_SERVICE ); in getSupportedServiceNames_Static()
291 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
292 pArray[0] = rtl::OUString::createFromAscii( SCFUNCTIONACCESS_SERVICE ); in getSupportedServiceNames()
293 pArray[1] = rtl::OUString::createFromAscii( SCDOCSETTINGS_SERVICE ); in getSupportedServiceNames()
/trunk/main/connectivity/source/drivers/ado/
H A DAolevariant.cxx468 SAFEARRAY* pArray = getUI1SAFEARRAYPtr(); in operator ::com::sun::star::uno::Sequence<sal_Int8>() local
470 if(pArray) in operator ::com::sun::star::uno::Sequence<sal_Int8>()
475 hresult1 = ::SafeArrayGetLBound(pArray, 1, &lBound); in operator ::com::sun::star::uno::Sequence<sal_Int8>()
476 hresult2 = ::SafeArrayGetUBound(pArray, 1, &uBound); in operator ::com::sun::star::uno::Sequence<sal_Int8>()
485 hresult1 = ::SafeArrayGetElement(pArray,&lBound,&nData); in operator ::com::sun::star::uno::Sequence<sal_Int8>()

Completed in 221 milliseconds

12345678910>>...15