Home
last modified time | relevance | path

Searched refs:pSeq (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/cppu/source/uno/
H A Dsequence.cxx79 uno_Sequence * pSeq = *ppSeq; in idefaultConstructElements() local
84 pSeq = reallocSeq( pSeq, sizeof(sal_Unicode), nAlloc ); in idefaultConstructElements()
85 if (pSeq != 0) in idefaultConstructElements()
88 pSeq->elements + (sizeof(sal_Unicode) * nStartIndex), in idefaultConstructElements()
94 pSeq = reallocSeq( pSeq, sizeof(sal_Bool), nAlloc ); in idefaultConstructElements()
95 if (pSeq != 0) in idefaultConstructElements()
98 pSeq->elements + (sizeof(sal_Bool) * nStartIndex), in idefaultConstructElements()
104 pSeq = reallocSeq( pSeq, sizeof(sal_Int8), nAlloc ); in idefaultConstructElements()
105 if (pSeq != 0) in idefaultConstructElements()
108 pSeq->elements + (sizeof(sal_Int8) * nStartIndex), in idefaultConstructElements()
[all …]
H A Ddestr.hxx329 uno_Sequence * pSeq, in idestructSequence() argument
334 if (::osl_decrementInterlockedCount( &pSeq->nRefCount ) == 0) in idestructSequence()
336 if (pSeq->nElements > 0) in idestructSequence()
341 pSeq->elements, in idestructSequence()
343 pSeq->nElements, release ); in idestructSequence()
349 pSeq->elements, in idestructSequence()
351 pSeq->nElements, release ); in idestructSequence()
355 ::rtl_freeMemory( pSeq ); in idestructSequence()
/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx268 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
269 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::AVOID_OVERLAP; in getSupportedLabelPlacements()
270 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::OUTSIDE; in getSupportedLabelPlacements()
271 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::INSIDE; in getSupportedLabelPlacements()
272 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::CENTER; in getSupportedLabelPlacements()
277 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
278 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::CENTER; in getSupportedLabelPlacements()
287 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
288 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::TOP; in getSupportedLabelPlacements()
289 *pSeq++ = ::com::sun::star::chart::DataLabelPlacement::BOTTOM; in getSupportedLabelPlacements()
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx343 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId()
344 if( !pSeq ) in getUnoTunnelId()
347 if( !pSeq ) in getUnoTunnelId()
351 pSeq = &aSeq; in getUnoTunnelId()
354 return *pSeq; in getUnoTunnelId()
3365 static uno::Sequence< OUString > *pSeq = 0; in _getSupportedServiceNames() local
3366 if( 0 == pSeq ) in _getSupportedServiceNames()
3377 pSeq = &SvxShape_GroupServices; in _getSupportedServiceNames()
3381 return *pSeq; in _getSupportedServiceNames()
3385 static uno::Sequence< OUString > *pSeq = 0; in _getSupportedServiceNames() local
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx201 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local
202 if( !pSeq ) in getUnoTunnelId()
205 if( !pSeq ) in getUnoTunnelId()
209 pSeq = &aSeq; in getUnoTunnelId()
212 return *pSeq; in getUnoTunnelId()
702 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local
703 if( !pSeq ) in getUnoTunnelId()
706 if( !pSeq ) in getUnoTunnelId()
710 pSeq = &aSeq; in getUnoTunnelId()
713 return *pSeq; in getUnoTunnelId()
[all …]
H A Dfmtuno.cxx483 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local
484 if( !pSeq ) in getUnoTunnelId()
487 if( !pSeq ) in getUnoTunnelId()
491 pSeq = &aSeq; in getUnoTunnelId()
494 return *pSeq; in getUnoTunnelId()
998 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local
999 if( !pSeq ) in getUnoTunnelId()
1002 if( !pSeq ) in getUnoTunnelId()
1006 pSeq = &aSeq; in getUnoTunnelId()
1009 return *pSeq; in getUnoTunnelId()
H A Dsrchuno.cxx241 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local
242 if( !pSeq ) in getUnoTunnelId()
245 if( !pSeq ) in getUnoTunnelId()
249 pSeq = &aSeq; in getUnoTunnelId()
252 return *pSeq; in getUnoTunnelId()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx40 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = NULL; \
41 if( !pSeq ) \
44 if( !pSeq ) \
48 pSeq = &aSeq; \
51 return *pSeq; \
70 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = NULL; \
71 if( !pSeq ) \
74 if( !pSeq ) \
78 pSeq = &aSeq; \
81 return *pSeq; \
/trunk/main/stoc/source/corereflection/
H A Dcrarray.cxx142 uno_Sequence * pSeq = *(uno_Sequence **)rArray.getValue(); in get() local
143 if (pSeq->nElements <= nIndex) in get()
154 uno_any_construct( &aRet, &pSeq->elements[nIndex * pElemTypeDescr->nSize], in get()
173 uno_Sequence * pSeq = *(uno_Sequence **)rArray.getValue(); in set() local
174 if (pSeq->nElements <= nIndex) in set()
187 pSeq = *ppSeq; in set()
192 if (! coerce_assign( &pSeq->elements[nIndex * pElemTypeDescr->nSize], in set()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx889 beans::PropertyValue* pSeq = rSeq.getArray(); in WriteUserDataSequence() local
890 if(pSeq) in WriteUserDataSequence()
893 pSeq[0].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_VIEWID)); in WriteUserDataSequence()
896 pSeq[0].Value <<= sBuffer.makeStringAndClear(); in WriteUserDataSequence()
897 pSeq[1].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_ZOOMVALUE)); in WriteUserDataSequence()
898 pSeq[1].Value <<= sal_Int32 (pPreview->GetZoom()); in WriteUserDataSequence()
899 pSeq[2].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PageNumber")); in WriteUserDataSequence()
900 pSeq[2].Value <<= pPreview->GetPageNo(); in WriteUserDataSequence()
910 const beans::PropertyValue* pSeq = rSeq.getConstArray(); in ReadUserDataSequence() local
911 if(pSeq) in ReadUserDataSequence()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx541 static uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local
542 if( !pSeq ) in getUnoTunnelId()
545 if( !pSeq ) in getUnoTunnelId()
549 pSeq = &aSeq; in getUnoTunnelId()
552 return *pSeq; in getUnoTunnelId()
1862 OUString* pSeq = aSeq.getArray(); in SetError() local
1863 pSeq[0] = rMsg1; in SetError()
1873 OUString* pSeq = aSeq.getArray(); in SetError() local
1874 pSeq[0] = rMsg1; in SetError()
1875 pSeq[1] = rMsg2; in SetError()
[all …]
H A Dattrlist.cxx267 static uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local
268 if( !pSeq ) in getUnoTunnelId()
271 if( !pSeq ) in getUnoTunnelId()
275 pSeq = &aSeq; in getUnoTunnelId()
278 return *pSeq; in getUnoTunnelId()
H A Dunoatrcn.cxx109 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId()
110 if( !pSeq ) in getUnoTunnelId()
113 if( !pSeq ) in getUnoTunnelId()
117 pSeq = &aSeq; in getUnoTunnelId()
120 return *pSeq; in getUnoTunnelId()
/trunk/main/xmloff/source/style/
H A DStyleMap.cxx51 static Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local
52 if( !pSeq ) in getUnoTunnelId()
55 if( !pSeq ) in getUnoTunnelId()
60 pSeq = &aSeq; in getUnoTunnelId()
63 return *pSeq; in getUnoTunnelId()
/trunk/main/comphelper/inc/comphelper/
H A Dservicehelper.hxx49 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = 0; \
50 if( !pSeq ) \
53 if( !pSeq ) \
57 pSeq = &aSeq; \
60 return *pSeq; \
/trunk/main/svl/source/numbers/
H A Dnumuno.cxx134 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local
135 if( !pSeq ) in getUnoTunnelId()
138 if( !pSeq ) in getUnoTunnelId()
142 pSeq = &aSeq; in getUnoTunnelId()
145 return *pSeq; in getUnoTunnelId()
/trunk/main/xmloff/source/transform/
H A DMutableAttrList.cxx76 static Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local
77 if( !pSeq ) in getUnoTunnelId()
80 if( !pSeq ) in getUnoTunnelId()
84 pSeq = &aSeq; in getUnoTunnelId()
87 return *pSeq; in getUnoTunnelId()
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx306 const ::rtl::OUString* pSeq = PropertyNames.getConstArray(); in addPropertiesChangeListener() local
310 const ::rtl::OUString& rName = pSeq[ n ]; in addPropertiesChangeListener()
328 const ::rtl::OUString* pSeq = PropertyNames.getConstArray(); in removePropertiesChangeListener() local
332 const ::rtl::OUString& rName = pSeq[ n ]; in removePropertiesChangeListener()
634 PropertyEventSequence* pSeq = (*it).second; in notifyPropertiesChange() local
640 pListener->propertiesChange( *pSeq ); in notifyPropertiesChange()
642 delete pSeq; in notifyPropertiesChange()
/trunk/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx159 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = NULL; in GetUnoTunnelId()
160 if( !pSeq ) in GetUnoTunnelId()
163 if( !pSeq ) in GetUnoTunnelId()
167 pSeq = &aSeq; in GetUnoTunnelId()
170 return *pSeq; in GetUnoTunnelId()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx295 static Sequence< sal_Int8 >* pSeq = 0 ;
296 if( !pSeq ) {
298 if( !pSeq ) {
301 pSeq = &aSeq ;
304 return *pSeq ;
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx480 PropertyValue* pSeq = aSeq.getArray(); in renameInstance() local
483 sal_Int32 nProp = lcl_findProp( pSeq, nLength, OUSTRING("ID") ); in renameInstance()
488 pSeq = aSeq.getArray(); in renameInstance()
489 pSeq[ nLength ].Name = OUSTRING("ID"); in renameInstance()
494 pSeq[ nProp ].Value <<= sTo; in renameInstance()
497 nProp = lcl_findProp( pSeq, nLength, OUSTRING("URL") ); in renameInstance()
499 pSeq[ nProp ].Value <<= sURL; in renameInstance()
502 nProp = lcl_findProp( pSeq, nLength, OUSTRING("URLOnce") ); in renameInstance()
504 pSeq[ nProp ].Value <<= bURLOnce; in renameInstance()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx315 static Sequence< sal_Int8 >* pSeq = 0 ;
316 if( !pSeq ) {
318 if( !pSeq ) {
321 pSeq = &aSeq ;
324 return *pSeq ;
/trunk/main/unoxml/source/dom/
H A Ddocument.cxx1025 const beans::StringPair * pSeq = i_rNamespaces.getConstArray(); in serialize() local
1026 for (const beans::StringPair *pNsDef = pSeq; in serialize()
1027 pNsDef < pSeq + i_rNamespaces.getLength(); ++pNsDef) { in serialize()
1054 const beans::StringPair * pSeq = i_rNamespaces.getConstArray(); in fastSerialize() local
1055 for (const beans::StringPair *pNsDef = pSeq; in fastSerialize()
1056 pNsDef < pSeq + i_rNamespaces.getLength(); ++pNsDef) { in fastSerialize()
1073 const beans::Pair<OUString,sal_Int32>* pSeq = i_rRegisterNamespaces.getConstArray(); in fastSerialize() local
1074 for (const beans::Pair<OUString,sal_Int32>* pNs = pSeq; in fastSerialize()
1075 pNs < pSeq + i_rRegisterNamespaces.getLength(); ++pNs) in fastSerialize()
/trunk/main/sfx2/source/appl/
H A Dappbaslib.cxx175 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY() local
176pSeq[0] = OUString::createFromAscii( "com.sun.star.script.ApplicationDialogLibraryContainer" ); in SFX_IMPL_ONEINSTANCEFACTORY()
218 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY() local
219pSeq[0] = OUString::createFromAscii( "com.sun.star.script.ApplicationScriptLibraryContainer" ); in SFX_IMPL_ONEINSTANCEFACTORY()
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx453 const rtl::OUString* pSeq = PropertyNames.getConstArray(); in addPropertiesChangeListener() local
457 const rtl::OUString& rName = pSeq[ n ]; in addPropertiesChangeListener()
486 const rtl::OUString* pSeq = PropertyNames.getConstArray(); in removePropertiesChangeListener() local
490 const rtl::OUString& rName = pSeq[ n ]; in removePropertiesChangeListener()
922 PropertyEventSequence* pSeq = (*it).second; in notifyPropertiesChange() local
928 pListener->propertiesChange( pSeq->getEvents() ); in notifyPropertiesChange()
930 delete pSeq; in notifyPropertiesChange()

1234