Home
last modified time | relevance | path

Searched refs:pArray (Results 1 – 25 of 375) sorted by last modified time

12345678910>>...15

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1405 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
1407 for (; pArray != pArrayEnd; ++pArray ) in supportsService()
1408 if( *pArray == rServiceName ) in supportsService()
1411 return pArray != pArrayEnd; in supportsService()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx494 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
495 pArray[0] = C2U("com.sun.star.drawing.GenericDrawPage"); in getSupportedServiceNames()
2764 awt::Point* pArray = pInnerSequence->getArray(); in _ConvertPolyPolygonBezierToLayoutDir() local
2768 basegfx::B2DPoint aNewCoordinatePair(pArray->X, pArray->Y); in _ConvertPolyPolygonBezierToLayoutDir()
2770 pArray->X = basegfx::fround(aNewCoordinatePair.getX()); in _ConvertPolyPolygonBezierToLayoutDir()
2771 pArray->Y = basegfx::fround(aNewCoordinatePair.getY()); in _ConvertPolyPolygonBezierToLayoutDir()
2772 pArray++; in _ConvertPolyPolygonBezierToLayoutDir()
/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/forms/source/component/
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 DComboBox.cxx902 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
903 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_COMBOBOX; in getSupportedServiceNames()
H A DListBox.cxx1531 ::rtl::OUString* pArray = aSupported.getArray(); in getSupportedServiceNames()
1532 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_LISTBOX; in getSupportedServiceNames()
/trunk/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx724 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
726 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1291 ::rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames()
1292 pArray[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
1293 pArray[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
/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 …]
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1086 for(;pArray != pArrayEnd;++pArray) in ImplSvxPointSequenceSequenceToB2DPolyPolygon()
1088 aNewPolygon.append(basegfx::B2DPoint(pArray->X, pArray->Y)); in ImplSvxPointSequenceSequenceToB2DPolyPolygon()
1148 for(;pArray != pArrayEnd;++pArray) in setPropertyValueImpl()
1150 aNewPolygon.append(basegfx::B2DPoint(pArray->X, pArray->Y)); in setPropertyValueImpl()
1366 basegfx::B2DPoint aNewCoordinatePair(pArray->X, pArray->Y); pArray++; in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
1387 aNewCoordinatePair = basegfx::B2DPoint(pArray->X, pArray->Y); in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
1389 pArray++; pArrayFlags++; b++; in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
1397 aNewCoordinatePair = basegfx::B2DPoint(pArray->X, pArray->Y); in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
1399 pArray++; pArrayFlags++; b++; in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
1408 aNewCoordinatePair = basegfx::B2DPoint(pArray->X, pArray->Y); in SvxConvertPolyPolygonBezierToB2DPolyPolygon()
[all …]
/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/sc/source/ui/unoobj/
H A Dfmtuno.cxx446 rtl::OUString* pArray = aNames.getArray(); in getElementNames() local
448 pArray[i] = lcl_GetEntryNameFromIndex(i); in getElementNames()
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/sw/source/ui/shells/
H A Dannotsh.cxx1272 Any* pArray = aSeq.getArray(); in ExecLingu() local
1276 pArray[0] <<= makeAny(aParam); in ExecLingu()
H A Ddrwtxtsh.cxx399 Any* pArray = aSeq.getArray(); in ExecDrawLingu() local
403 pArray[0] <<= makeAny(aParam); in ExecDrawLingu()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx226 uno::Reference< uno::XInterface > * pArray = aSeq.getArray(); in findAll() local
268 pArray = aSeq.getArray(); in findAll()
271 pArray[nFound++] = xFound; in findAll()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx503 const ::rtl::OUString* pArray = aServices.getConstArray(); in supportsService() local
504 const ::rtl::OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService()
505 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx484 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
487 if ( pArray[ nCounter ] == sServiceName ) in supportsService()
/trunk/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx314 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
317 if( pArray[i] == ServiceName ) in supportsService()
484 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
487 if( pArray[i] == ServiceName ) in supportsService()
613 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
616 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx1154 const rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
1157 if ( sServiceName == pArray[i] ) in supportsService()
1175 rtl::OUString* pArray = seqServiceNames.getArray(); in impl_getStaticSupportedServiceNames() local
1176 pArray[0] = rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.OfficeFilePicker" ); in impl_getStaticSupportedServiceNames()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx590 registerScriptEvent( nIndex, pArray[ i ] ); in registerScriptEvents()
716 ScriptEventDescriptor * pArray = aSeq.getArray(); in getScriptEvents() local
723 pArray[i++] = *aEvtIt; in getScriptEvents()
788 pArray[i++] = xAdapter; in attach()
809 pArray[i] = xAdapter; in attach()
838 if( pArray[i].is() ) in detach()
843 (*aEvtIt).AddListenerParam, pArray[i] ); in detach()
857 if( pArray[i].is() ) in detach()
862 pEL[i].AddListenerParam, pArray[i] ); in detach()
994 ScriptEventDescriptor* pArray = aSEDSeq.getArray(); in read() local
[all …]
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx208 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() local
210 if( *( pArray + i ) == serviceName ) in supportsService()
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx126 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
129 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx713 uno::Any* pArray = aSeq.getArray(); in FuInsertChart() local
720 pArray[0] <<= uno::makeAny(aParam1); in FuInsertChart()
721 pArray[1] <<= uno::makeAny(aParam2); in FuInsertChart()
/trunk/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx1120 rtl::OUString* pArray = aRet.getArray(); in XMLDocumentWrapper_XmlSecImpl_getSupportedServiceNames() local
1121 pArray[0] = rtl::OUString ( RTL_ASCII_USTRINGPARAM ( SERVICE_NAME ) ); in XMLDocumentWrapper_XmlSecImpl_getSupportedServiceNames()

Completed in 272 milliseconds

12345678910>>...15