Home
last modified time | relevance | path

Searched refs:pSequence (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/sal/rtl/source/
H A Dbyteseq.c49 pSequence = *ppSequence; in rtl_byte_sequence_reference2One()
51 if (pSequence->nRefCount > 1) in rtl_byte_sequence_reference2One()
87 pSequence = *ppSequence; in rtl_byte_sequence_realloc()
112 pSequence = pNew; in rtl_byte_sequence_realloc()
120 if ( pSequence != NULL ) in rtl_byte_sequence_realloc()
126 *ppSequence = pSequence; in rtl_byte_sequence_realloc()
132 OSL_ASSERT( pSequence ); in rtl_byte_sequence_acquire()
139 if ( pSequence != NULL ) in rtl_byte_sequence_release()
206 if ( *ppSequence != pSequence) in rtl_byte_sequence_assign()
212 *ppSequence = pSequence; in rtl_byte_sequence_assign()
[all …]
/trunk/main/package/source/package/zipapi/
H A DByteGrabber.cxx41 pSequence = aSequence.getArray(); in ByteGrabber()
122 ( (pSequence[0] & 0xFF) in operator >>()
123 | (pSequence[1] & 0xFF) << 8); in operator >>()
138 ( (pSequence[0] & 0xFF) in operator >>()
139 | ( pSequence[1] & 0xFF ) << 8 in operator >>()
140 | ( pSequence[2] & 0xFF ) << 16 in operator >>()
166 ( (pSequence[0] & 0xFF) in operator >>()
167 | (pSequence[1] & 0xFF) << 8); in operator >>()
181 ( (pSequence[0] & 0xFF) in operator >>()
182 | ( pSequence[1] & 0xFF ) << 8 in operator >>()
[all …]
/trunk/main/cppu/source/uno/
H A Dsequence.cxx898 uno_Sequence * pSequence = *ppSequence; in uno_type_sequence_reference2One() local
899 if (pSequence->nRefCount > 1) in uno_type_sequence_reference2One()
902 if (pSequence->nElements > 0) in uno_type_sequence_reference2One()
908 &pNew, pSequence->elements, in uno_type_sequence_reference2One()
910 0, pSequence->nElements, acquire, in uno_type_sequence_reference2One()
911 pSequence->nElements ); // alloc nElements in uno_type_sequence_reference2One()
945 uno_Sequence * pSequence = *ppSequence; in uno_sequence_reference2One() local
946 if (pSequence->nRefCount > 1) in uno_sequence_reference2One()
949 if (pSequence->nElements > 0) in uno_sequence_reference2One()
952 &pNew, pSequence->elements, in uno_sequence_reference2One()
[all …]
H A Ddata.cxx179 uno_Sequence * pSequence, in destructSequence() argument
184 idestructSequence( pSequence, pType, pTypeDescr, release ); in destructSequence()
/trunk/main/xmloff/source/xforms/
H A DXFormsInstanceContext.cxx116 PropertyValue* pSequence = aSequence.getArray(); in EndElement() local
117 pSequence[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("Instance") ); in EndElement()
118 pSequence[0].Value <<= mxInstance; in EndElement()
119 pSequence[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("ID") ); in EndElement()
120 pSequence[1].Value <<= msId; in EndElement()
121 pSequence[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM("URL") ); in EndElement()
122 pSequence[2].Value <<= msURL; in EndElement()
/trunk/main/sal/inc/rtl/
H A Dbyteseq.h57 sal_Sequence *pSequence )
65 sal_Sequence *pSequence )
106 sal_Sequence **ppSequence , sal_Sequence *pSequence )
124 sal_Sequence *pSequence )
133 sal_Sequence *pSequence )
195 inline ByteSequence( sal_Sequence *pSequence ) SAL_THROW( () );
223 …inline ByteSequence( sal_Sequence *pSequence , enum __ByteSequence_NoAcquire noacquire ) SAL_THROW…
H A Dbyteseq.hxx52 inline ByteSequence::ByteSequence( sal_Sequence *pSequence) SAL_THROW( () ) in ByteSequence() argument
53 : _pSequence( pSequence ) in ByteSequence()
55 ::rtl_byte_sequence_acquire( pSequence ); in ByteSequence()
78 inline ByteSequence::ByteSequence( sal_Sequence *pSequence, enum __ByteSequence_NoAcquire ) SAL_THR… in ByteSequence() argument
79 : _pSequence( pSequence ) in ByteSequence()
/trunk/main/sd/source/ui/framework/factories/
H A DPane.cxx205 static Sequence<sal_Int8>* pSequence = NULL; in getUnoTunnelId() local
206 if (pSequence == NULL) in getUnoTunnelId()
209 if (pSequence == NULL) in getUnoTunnelId()
213 pSequence = &aSequence; in getUnoTunnelId()
216 return *pSequence; in getUnoTunnelId()
H A DViewShellWrapper.cxx175 static Sequence<sal_Int8>* pSequence = NULL; in getUnoTunnelId() local
176 if (pSequence == NULL) in getUnoTunnelId()
179 if (pSequence == NULL) in getUnoTunnelId()
183 pSequence = &aSequence; in getUnoTunnelId()
186 return *pSequence; in getUnoTunnelId()
/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx65 SubSequence(SequencePointer pSequence, sal_uInt32 nOffset_, in SubSequence() argument
67 : mpSequence(pSequence), mnOffset(nOffset_), mnCount(nCount_) in SubSequence()
71 SubSequence(SequencePointer pSequence) in SubSequence() argument
72 : mpSequence(pSequence), mnOffset(0), mnCount(pSequence->getLength()) in SubSequence()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx915 EffectSequenceHelper* pSequence = 0; in updateControls() local
924 if( pSequence == 0 ) in updateControls()
926 pSequence = pEffect->getEffectSequence(); in updateControls()
930 if( pSequence != pEffect->getEffectSequence() ) in updateControls()
2362 if( pSequence == 0 ) in moveSelection()
2370 EffectSequence& rEffectSequence = pSequence->getSequence(); in moveSelection()
2461 MainSequencePtr pSequence( new MainSequence() ); in onPreview() local
2463 preview( pSequence->getRootNode() ); in onPreview()
2476 MainSequencePtr pSequence( new MainSequence() ); in onPreview() local
2484 pSequence->append( pEffect->clone() ); in onPreview()
[all …]
H A DCustomAnimationCreateDialog.cxx635 MainSequencePtr pSequence( new MainSequence() ); in preview() local
646 pSequence->append( pPreset, (*aIter++), fDuration ) ); in preview()
654 mpPane->preview( pSequence->getRootNode() ); in preview()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx389 static Sequence<sal_Int8>* pSequence = NULL; in getUnoTunnelId() local
390 if (pSequence == NULL) in getUnoTunnelId()
393 if (pSequence == NULL) in getUnoTunnelId()
397 pSequence = &aSequence; in getUnoTunnelId()
400 return *pSequence; in getUnoTunnelId()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx96 const uno::Sequence < beans::PropertyValue > *pSequence = rManList.getConstArray(); in ManifestExport() local
108 const beans::PropertyValue *pValue = pSequence[nInd].getConstArray(); in ManifestExport()
109 for (sal_uInt32 j = 0, nNum = pSequence[nInd].getLength(); j < nNum; j++, pValue++) in ManifestExport()
202 const beans::PropertyValue *pValue = pSequence[i].getConstArray(); in ManifestExport()
205 for (sal_uInt32 j = 0, nNum = pSequence[i].getLength(); j < nNum; j++, pValue++) in ManifestExport()
H A DManifestReader.cxx81 Sequence < PropertyValue > * pSequence = aManifestSequence.getArray(); in readManifestSequence() local
85 *pSequence++ = (*aIter++); in readManifestSequence()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx1459 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in convertValue() local
1460 const sal_Int32 nLength = pSequence->getLength(); in convertValue()
1462 const Any* pAny = pSequence->getConstArray(); in convertValue()
1586 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in convertTiming() local
1587 const sal_Int32 nLength = pSequence->getLength(); in convertTiming()
1589 const Any* pAny = pSequence->getConstArray(); in convertTiming()
1689 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in prepareValue() local
1690 const sal_Int32 nLength = pSequence->getLength(); in prepareValue()
1692 const Any* pAny = pSequence->getConstArray(); in prepareValue()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx695 static ::com::sun::star::uno::Sequence<sal_Int8>* pSequence = NULL; in getUnoTunnelId()
696 if (pSequence == NULL) in getUnoTunnelId()
699 if (pSequence == NULL) in getUnoTunnelId()
703 pSequence = &aSequence; in getUnoTunnelId()
706 return *pSequence; in getUnoTunnelId()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DSequence.hxx69 uno_Sequence * pSequence, __sal_NoAcquire ) SAL_THROW( () ) in Sequence() argument
70 : _pSequence( pSequence ) in Sequence()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx145 uno_Sequence * pSequence = *(uno_Sequence **)pVal; in val2str() local
150 sal_Int32 nElements = pSequence->nElements; in val2str()
155 char * pElements = pSequence->elements; in val2str()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx186 uno_Sequence * pSequence = *(uno_Sequence **)pVal; in val2str() local
191 sal_Int32 nElements = pSequence->nElements; in val2str()
196 char * pElements = pSequence->elements; in val2str()
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx1048 PropertyValue* pSequence = aSequence.getArray(); in setInstanceData() local
1053 pSequence[ nIndex ].Name = OUSTRING(#NAME); \ in setInstanceData()
1054 pSequence[ nIndex ].Value <<= *p##NAME; \ in setInstanceData()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1138 drawing::PointSequence* pSequence = (drawing::PointSequence*)rValue.getValue(); in setPropertyValueImpl() local
1145 const awt::Point* pArray = pSequence->getConstArray(); in setPropertyValueImpl()
1146 const awt::Point* pArrayEnd = pArray + pSequence->getLength(); in setPropertyValueImpl()
1259 awt::Point* pSequence = aRetval.getArray(); in getPropertyValueImpl() local
1264 *pSequence++ = awt::Point( basegfx::fround(aPoint.getX()), basegfx::fround(aPoint.getY()) ); in getPropertyValueImpl()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx253 const uno::Sequence < PropertyValue > *pSequence = aManifestSequence.getConstArray(); in parseManifest() local
257 for ( sal_Int32 i = 0; i < nLength ; i++, pSequence++ ) in parseManifest()
260 const PropertyValue *pValue = pSequence->getConstArray(); in parseManifest()
262 for ( sal_Int32 j = 0, nNum = pSequence->getLength(); j < nNum; j++ ) in parseManifest()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx873 sal_Int32* pSequence = aSequence.getArray(); in getSelectedAccessibleRows() local
879 pSequence[nCount] = i; in getSelectedAccessibleRows()
904 sal_Int32* pSequence = aSequence.getArray(); in getSelectedAccessibleColumns() local
910 pSequence[nCount] = i; in getSelectedAccessibleColumns()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx189 void setEffectSequence( EffectSequenceHelper* pSequence ) { mpEffectSequence = pSequence; } in setEffectSequence() argument

Completed in 128 milliseconds

12