Home
last modified time | relevance | path

Searched refs:pArray (Results 101 – 125 of 375) sorted by relevance

12345678910>>...15

/trunk/main/sc/source/ui/unoobj/
H A Dsrchuno.cxx218 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
219 pArray[0] = rtl::OUString::createFromAscii( SCSEARCHDESCRIPTOR_SERVICE ); in getSupportedServiceNames()
220 pArray[1] = rtl::OUString::createFromAscii( SCREPLACEDESCRIPTOR_SERVICE ); in getSupportedServiceNames()
H A Dpageuno.cxx71 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
72 pArray[0] = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.SpreadsheetDrawPage")); in getSupportedServiceNames()
H A Dfielduno.cxx861 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
862 pArray[0] = rtl::OUString::createFromAscii( SCTEXTFIELD_SERVICE ); in getSupportedServiceNames()
863 pArray[1] = rtl::OUString::createFromAscii( SCTEXTCONTENT_SERVICE ); in getSupportedServiceNames()
1535 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
1536 pArray[0] = rtl::OUString::createFromAscii( SCTEXTFIELD_SERVICE ); in getSupportedServiceNames()
1537 pArray[1] = rtl::OUString::createFromAscii( SCTEXTCONTENT_SERVICE ); in getSupportedServiceNames()
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx1378 sheet::MemberResult* pArray = pSequences->getArray(); in FillMemberResults() local
1418 pArray[rPos].Flags |= sheet::MemberResultFlags::NUMERIC; in FillMemberResults()
1420 pArray[rPos].Flags &= ~sheet::MemberResultFlags::NUMERIC; in FillMemberResults()
1424 pArray[rPos].Name = rtl::OUString(aName); in FillMemberResults()
1425 pArray[rPos].Caption = rtl::OUString(aCaption); in FillMemberResults()
1426 pArray[rPos].Flags |= sheet::MemberResultFlags::HASMEMBER; in FillMemberResults()
1430 pArray[rPos+i].Flags |= sheet::MemberResultFlags::CONTINUE; in FillMemberResults()
1506 pArray[rPos].Flags |= sheet::MemberResultFlags::GRANDTOTAL; in FillMemberResults()
1510 pArray[rPos].Name = rtl::OUString(aName); in FillMemberResults()
1511 pArray[rPos].Caption = rtl::OUString(aSubStr); in FillMemberResults()
[all …]
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx483 PDFArray* pArray = new PDFArray(); in beginArray() local
484 pArray->m_nOffset = first - m_aGlobalBegin; in beginArray()
486 insertNewValue( pArray, first ); in beginArray()
488 m_aObjectStack.push_back( pArray ); in beginArray()
/trunk/main/sw/source/ui/vba/
H A Dvbastyles.cxx155 rtl::OUString* pArray = aRet.getArray(); in getStyleTypes() local
156 pArray[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParagraphStyles") ); in getStyleTypes()
157 pArray[1] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("CharacterStyles") ); in getStyleTypes()
158 pArray[2] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("NumberingStyles") ); in getStyleTypes()
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx328 const ScTokenArray* pArray = NULL; in XclImpExtName() local
337 … pFormulaConv->ConvertExternName(pArray, rStrm, nFmlaLen, rSupbook.GetXclUrl(), aTabNames); in XclImpExtName()
338 if (pArray) in XclImpExtName()
339 mxArray.reset(pArray->Clone()); in XclImpExtName()
/trunk/main/forms/source/component/
H A Dclickableimage.cxx383 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
384 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_CONTROL_SUBMITBUTTON; in getSupportedServiceNames()
578 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
579 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_COMPONENT_SUBMITBUTTON; in getSupportedServiceNames()
H A DImageControl.cxx216 ::rtl::OUString*pArray = aSupported.getArray(); in IMPLEMENT_DEFAULT_CLONING()
217 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_IMAGECONTROL; in IMPLEMENT_DEFAULT_CLONING()
759 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
760 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_IMAGECONTROL; in getSupportedServiceNames()
H A Dnavigationbar.cxx191 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames_Static()
192pArray[ aSupported.getLength() - 2 ] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star… in getSupportedServiceNames_Static()
193 pArray[ aSupported.getLength() - 1 ] = FRM_SUN_COMPONENT_NAVTOOLBAR; in getSupportedServiceNames_Static()
/trunk/main/io/source/stm/
H A Domark.cxx441 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
444 if( pArray[i] == ServiceName ) in supportsService()
971 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
974 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/basic/source/comp/
H A Ddim.cxx612 SbxDimArray* pArray = new SbxDimArray( pElem->GetType() ); in DefType() local
633 pArray->AddDim32( lb, ub ); in DefType()
635 pArray->setHasFixedSize( true ); in DefType()
638 pArray->unoAddDim( 0, -1 ); // variant array in DefType()
643 pTypeElem->PutObject( pArray ); in DefType()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx425 const OUString* pArray = aServices.getConstArray(); in supportsService() local
426 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService()
427 return ::std::find( pArray, pArrayEnd, rServiceName ) != pArrayEnd; in supportsService()
/trunk/main/stoc/source/servicemanager/
H A Dservicemanager.cxx1203 OUString * pArray = aNames.getArray(); in getUniqueAvailableServiceNames() local
1207 pArray[i++] = (*next++); in getUniqueAvailableServiceNames()
1391 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
1393 if( pArray[i] == ServiceName ) in supportsService()
1549 const OUString * pArray = aServiceNames.getConstArray(); in insert() local
1553 pArray[i], *(Reference<XInterface > *)Element.getValue() ) ); in insert()
1639 const OUString * pArray = aServiceNames.getConstArray(); in remove() local
1643 m_ServiceMap.equal_range( pArray[i] ); in remove()
/trunk/main/cppuhelper/source/
H A Dimplementationentry.cxx54 const OUString *pArray = seq.getConstArray(); in component_writeInfoHelper() local
56 xNewKey->createKey( pArray[nPos] ); in component_writeInfoHelper()
/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx404 OUString* pArray = aRet.getArray(); in XmlFilterAdaptor_getSupportedServiceNames() local
405 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in XmlFilterAdaptor_getSupportedServiceNames()
406 pArray[1] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME2 ) ); in XmlFilterAdaptor_getSupportedServiceNames()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx257 SbxDimArray* pArray = (SbxDimArray*)(SbxVariable*)p->refEnd; in StepTESTFOR() local
258 short nDims = pArray->GetDims(); in StepTESTFOR()
266 SbxVariable* pVal = pArray->Get32( p->pArrayCurIndices ); in StepTESTFOR()
/trunk/main/filter/source/t602/
H A Dt602filter.cxx901 OUString* pArray = aRet.getArray(); in T602ImportFilter_getSupportedServiceNames() local
902 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in T602ImportFilter_getSupportedServiceNames()
903 pArray[1] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME2 ) ); in T602ImportFilter_getSupportedServiceNames()
1249 OUString* pArray = aRet.getArray(); in T602ImportFilterDialog_getSupportedServiceNames() local
1250 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in T602ImportFilterDialog_getSupportedServiceNames()
/trunk/main/filter/source/pdf/
H A Dpdfinteract.cxx98 OUString* pArray = aRet.getArray(); in PDFInteractionHandler_getSupportedServiceNames() local
99 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in PDFInteractionHandler_getSupportedServiceNames()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmlelementwrapper_xmlsecimpl.cxx95 rtl::OUString* pArray = aRet.getArray(); in XMLElementWrapper_XmlSecImpl_getSupportedServiceNames() local
96 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in XMLElementWrapper_XmlSecImpl_getSupportedServiceNames()
H A Dxsec_xmlsec.cxx75 OUString* pArray = aRet.getArray(); in SerialNumberAdapterImpl_getSupportedServiceNames() local
76 pArray[0] = OUString(RTL_CONSTASCII_USTRINGPARAM( in SerialNumberAdapterImpl_getSupportedServiceNames()
/trunk/main/sc/source/ui/dbgui/
H A Ddapitype.cxx96 const rtl::OUString* pArray = rServices.getConstArray(); in ScDataPilotServiceDlg() local
99 String aName = pArray[i]; in ScDataPilotServiceDlg()
/trunk/main/sw/source/core/text/
H A Datrhndl.hxx60 SwTxtAttr** pArray; member in SwAttrHandler::SwAttrStack
68 if ( nSize > INITIAL_NUM_ATTR ) delete [] pArray; } in ~SwAttrStack()
/trunk/main/sw/source/ui/fldui/
H A DDropDownFieldDialog.cxx86 const rtl::OUString* pArray = aItems.getConstArray(); in DropDownFieldDialog() local
88 aListItemsLB.InsertEntry(pArray[i]); in DropDownFieldDialog()
/trunk/main/ucb/source/core/
H A Dcmdenv.cxx98 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
101 if ( pArray[ i ] == ServiceName ) in supportsService()

Completed in 233 milliseconds

12345678910>>...15