/aoo42x/main/cppu/source/uno/ |
H A D | sequence.cxx | 94 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 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()
|
/aoo42x/main/chart2/source/tools/ |
H A D | ChartTypeHelper.cxx | 268 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 …]
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 344 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 …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 202 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 D | fmtuno.cxx | 483 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 D | srchuno.cxx | 241 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()
|
/aoo42x/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; \
|
/aoo42x/main/stoc/source/corereflection/ |
H A D | crarray.cxx | 142 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | prevwsh.cxx | 889 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 …]
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmlimp.cxx | 544 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 D | attrlist.cxx | 257 static uno::Sequence< sal_Int8 > * pSeq = 0; in getUnoTunnelId() local 258 if( !pSeq ) in getUnoTunnelId() 261 if( !pSeq ) in getUnoTunnelId() 265 pSeq = &aSeq; in getUnoTunnelId() 268 return *pSeq; in getUnoTunnelId()
|
H A D | unoatrcn.cxx | 109 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()
|
/aoo42x/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()
|
/aoo42x/main/svl/source/numbers/ |
H A D | numuno.cxx | 134 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()
|
/aoo42x/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; \
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | xmlsecuritycontext_nssimpl.cxx | 295 static Sequence< sal_Int8 >* pSeq = 0 ; 296 if( !pSeq ) { 298 if( !pSeq ) { 301 pSeq = &aSeq ; 304 return *pSeq ;
|
/aoo42x/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()
|
/aoo42x/main/forms/source/xforms/ |
H A D | model_ui.cxx | 480 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()
|
/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | xmlsecuritycontext_mscryptimpl.cxx | 315 static Sequence< sal_Int8 >* pSeq = 0 ; 316 if( !pSeq ) { 318 if( !pSeq ) { 321 pSeq = &aSeq ; 324 return *pSeq ;
|
/aoo42x/main/unoxml/source/dom/ |
H A D | document.cxx | 1025 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()
|
/aoo42x/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() 218 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY() local 219 … pSeq[0] = OUString::createFromAscii( "com.sun.star.script.ApplicationScriptLibraryContainer" ); in SFX_IMPL_ONEINSTANCEFACTORY()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 453 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()
|