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.cxx94 pSeq = reallocSeq( pSeq, sizeof(sal_Bool), nAlloc ); in idefaultConstructElements()
104 pSeq = reallocSeq( pSeq, sizeof(sal_Int8), nAlloc ); in idefaultConstructElements()
115 pSeq = reallocSeq( pSeq, sizeof(sal_Int16), nAlloc ); in idefaultConstructElements()
148 pSeq = reallocSeq( pSeq, sizeof(float), nAlloc ); in idefaultConstructElements()
162 pSeq = reallocSeq( pSeq, sizeof(double), nAlloc ); in idefaultConstructElements()
209 pSeq = reallocSeq( pSeq, sizeof(uno_Any), nAlloc ); in idefaultConstructElements()
249 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements()
271 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements()
293 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in idefaultConstructElements()
545 pSeq = reallocSeq( pSeq, nElementSize, nAlloc ); in icopyConstructFromElements()
[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
287 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
307 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
330 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
336 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
347 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
353 sal_Int32* pSeq = aRet.getArray(); in getSupportedLabelPlacements() local
595 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments() local
602 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments() local
612 sal_Int32* pSeq = aRet.getArray(); in getSupportedMissingValueTreatments() local
[all …]
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx344 if( !pSeq ) in getUnoTunnelId()
347 if( !pSeq ) in getUnoTunnelId()
351 pSeq = &aSeq; in getUnoTunnelId()
354 return *pSeq; in getUnoTunnelId()
3381 return *pSeq; in _getSupportedServiceNames()
3412 return *pSeq; in _getSupportedServiceNames()
3446 return *pSeq; in _getSupportedServiceNames()
3480 return *pSeq; in _getSupportedServiceNames()
3519 return *pSeq; in _getSupportedServiceNames()
3554 return *pSeq; in _getSupportedServiceNames()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx202 if( !pSeq ) in getUnoTunnelId()
205 if( !pSeq ) in getUnoTunnelId()
209 pSeq = &aSeq; in getUnoTunnelId()
212 return *pSeq; in getUnoTunnelId()
703 if( !pSeq ) in getUnoTunnelId()
706 if( !pSeq ) in getUnoTunnelId()
713 return *pSeq; in getUnoTunnelId()
807 if( !pSeq ) in getUnoTunnelId()
810 if( !pSeq ) in getUnoTunnelId()
817 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()
896 pSeq[0].Value <<= sBuffer.makeStringAndClear(); in WriteUserDataSequence()
898 pSeq[1].Value <<= sal_Int32 (pPreview->GetZoom()); 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()
913 for(sal_Int32 i = 0; i < nCount; i++, pSeq++) in ReadUserDataSequence()
915 rtl::OUString sName(pSeq->Name); in ReadUserDataSequence()
918 if (pSeq->Value >>= nTemp) in ReadUserDataSequence()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx544 if( !pSeq ) in getUnoTunnelId()
547 if( !pSeq ) in getUnoTunnelId()
551 pSeq = &aSeq; in getUnoTunnelId()
554 return *pSeq; in getUnoTunnelId()
1865 pSeq[0] = rMsg1; in SetError()
1876 pSeq[0] = rMsg1; in SetError()
1877 pSeq[1] = rMsg2; in SetError()
1889 pSeq[0] = rMsg1; in SetError()
1890 pSeq[1] = rMsg2; in SetError()
1891 pSeq[2] = rMsg3; 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/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/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/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/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/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/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()

Completed in 162 milliseconds

1234