| /trunk/main/cppu/source/uno/ |
| H A D | sequence.cxx | 79 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 D | destr.hxx | 329 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 D | ChartTypeHelper.cxx | 268 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 D | unoshape.cxx | 343 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() 3343 static uno::Sequence< OUString > *pSeq = 0; in _getSupportedServiceNames() local 3344 if( 0 == pSeq ) in _getSupportedServiceNames() 3355 pSeq = &SvxShape_GroupServices; in _getSupportedServiceNames() 3359 return *pSeq; in _getSupportedServiceNames() 3363 static uno::Sequence< OUString > *pSeq = 0; in _getSupportedServiceNames() local [all …]
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | textuno.cxx | 198 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 199 if( !pSeq ) in getUnoTunnelId() 202 if( !pSeq ) in getUnoTunnelId() 206 pSeq = &aSeq; in getUnoTunnelId() 209 return *pSeq; in getUnoTunnelId() 689 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 690 if( !pSeq ) in getUnoTunnelId() 693 if( !pSeq ) in getUnoTunnelId() 697 pSeq = &aSeq; in getUnoTunnelId() 700 return *pSeq; in getUnoTunnelId() [all …]
|
| H A D | fmtuno.cxx | 474 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 475 if( !pSeq ) in getUnoTunnelId() 478 if( !pSeq ) in getUnoTunnelId() 482 pSeq = &aSeq; in getUnoTunnelId() 485 return *pSeq; in getUnoTunnelId() 970 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 971 if( !pSeq ) in getUnoTunnelId() 974 if( !pSeq ) in getUnoTunnelId() 978 pSeq = &aSeq; in getUnoTunnelId() 981 return *pSeq; in getUnoTunnelId()
|
| H A D | srchuno.cxx | 231 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 232 if( !pSeq ) in getUnoTunnelId() 235 if( !pSeq ) in getUnoTunnelId() 239 pSeq = &aSeq; in getUnoTunnelId() 242 return *pSeq; in getUnoTunnelId()
|
| H A D | fielduno.cxx | 796 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 797 if( !pSeq ) in getUnoTunnelId() 800 if( !pSeq ) in getUnoTunnelId() 804 pSeq = &aSeq; in getUnoTunnelId() 807 return *pSeq; in getUnoTunnelId() 1447 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 1448 if( !pSeq ) in getUnoTunnelId() 1451 if( !pSeq ) in getUnoTunnelId() 1455 pSeq = &aSeq; in getUnoTunnelId() 1458 return *pSeq; in getUnoTunnelId()
|
| /trunk/main/toolkit/inc/toolkit/helper/ |
| H A D | macros.hxx | 40 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 D | crarray.cxx | 136 uno_Sequence * pSeq = *(uno_Sequence **)rArray.getValue(); in get() local 137 if (pSeq->nElements <= nIndex) in get() 148 uno_any_construct( &aRet, &pSeq->elements[nIndex * pElemTypeDescr->nSize], in get() 166 uno_Sequence * pSeq = *(uno_Sequence **)rArray.getValue(); in set() local 167 if (pSeq->nElements <= nIndex) in set() 180 pSeq = *ppSeq; in set() 185 if (! coerce_assign( &pSeq->elements[nIndex * pElemTypeDescr->nSize], in set()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | prevwsh.cxx | 889 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 D | xmlimp.cxx | 540 static uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local 541 if( !pSeq ) in getUnoTunnelId() 544 if( !pSeq ) in getUnoTunnelId() 548 pSeq = &aSeq; in getUnoTunnelId() 551 return *pSeq; in getUnoTunnelId() 1842 OUString* pSeq = aSeq.getArray(); in SetError() local 1843 pSeq[0] = rMsg1; in SetError() 1853 OUString* pSeq = aSeq.getArray(); in SetError() local 1854 pSeq[0] = rMsg1; in SetError() 1855 pSeq[1] = rMsg2; in SetError() [all …]
|
| H A D | unoatrcn.cxx | 107 static ::com::sun::star::uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() 108 if( !pSeq ) in getUnoTunnelId() 111 if( !pSeq ) in getUnoTunnelId() 115 pSeq = &aSeq; in getUnoTunnelId() 118 return *pSeq; in getUnoTunnelId()
|
| H A D | attrlist.cxx | 267 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()
|
| /trunk/main/xmloff/source/style/ |
| H A D | StyleMap.cxx | 51 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 D | numuno.cxx | 132 static uno::Sequence<sal_Int8> * pSeq = 0; in getUnoTunnelId() local 133 if( !pSeq ) in getUnoTunnelId() 136 if( !pSeq ) in getUnoTunnelId() 140 pSeq = &aSeq; in getUnoTunnelId() 143 return *pSeq; in getUnoTunnelId()
|
| /trunk/main/comphelper/inc/comphelper/ |
| H A D | servicehelper.hxx | 49 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 D | MutableAttrList.cxx | 76 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/xmlsecurity/source/xmlsec/nss/ |
| H A D | xmlsecuritycontext_nssimpl.cxx | 287 static Sequence< sal_Int8 >* pSeq = 0 ; 288 if( !pSeq ) { 290 if( !pSeq ) { 293 pSeq = &aSeq ; 296 return *pSeq ;
|
| /trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
| H A D | xmlsecuritycontext_mscryptimpl.cxx | 307 static Sequence< sal_Int8 >* pSeq = 0 ; 308 if( !pSeq ) { 310 if( !pSeq ) { 313 pSeq = &aSeq ; 316 return *pSeq ;
|
| /trunk/main/dbaccess/source/core/dataaccess/ |
| H A D | ContentHelper.cxx | 306 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 D | itemcontainer.cxx | 159 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/unoxml/source/dom/ |
| H A D | document.cxx | 1001 const beans::StringPair * pSeq = i_rNamespaces.getConstArray(); in serialize() local 1002 for (const beans::StringPair *pNsDef = pSeq; in serialize() 1003 pNsDef < pSeq + i_rNamespaces.getLength(); ++pNsDef) { in serialize() 1029 const beans::StringPair * pSeq = i_rNamespaces.getConstArray(); in fastSerialize() local 1030 for (const beans::StringPair *pNsDef = pSeq; in fastSerialize() 1031 pNsDef < pSeq + i_rNamespaces.getLength(); ++pNsDef) { in fastSerialize() 1048 const beans::Pair<OUString,sal_Int32>* pSeq = i_rRegisterNamespaces.getConstArray(); in fastSerialize() local 1049 for (const beans::Pair<OUString,sal_Int32>* pNs = pSeq; in fastSerialize() 1050 pNs < pSeq + i_rRegisterNamespaces.getLength(); ++pNs) in fastSerialize()
|
| /trunk/main/forms/source/xforms/ |
| H A D | model_ui.cxx | 470 PropertyValue* pSeq = aSeq.getArray(); in renameInstance() local 473 sal_Int32 nProp = lcl_findProp( pSeq, nLength, OUSTRING("ID") ); in renameInstance() 478 pSeq = aSeq.getArray(); in renameInstance() 479 pSeq[ nLength ].Name = OUSTRING("ID"); in renameInstance() 484 pSeq[ nProp ].Value <<= sTo; in renameInstance() 487 nProp = lcl_findProp( pSeq, nLength, OUSTRING("URL") ); in renameInstance() 489 pSeq[ nProp ].Value <<= sURL; in renameInstance() 492 nProp = lcl_findProp( pSeq, nLength, OUSTRING("URLOnce") ); in renameInstance() 494 pSeq[ nProp ].Value <<= bURLOnce; in renameInstance()
|
| /trunk/main/sfx2/source/appl/ |
| H A D | appbaslib.cxx | 175 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY() local 176 … pSeq[0] = OUString::createFromAscii( "com.sun.star.script.ApplicationDialogLibraryContainer" ); in SFX_IMPL_ONEINSTANCEFACTORY() 217 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY() local 218 … pSeq[0] = OUString::createFromAscii( "com.sun.star.script.ApplicationScriptLibraryContainer" ); in SFX_IMPL_ONEINSTANCEFACTORY()
|