Home
last modified time | relevance | path

Searched refs:aSeq (Results 1 – 25 of 494) sorted by last modified time

12345678910>>...20

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1176 …ence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > > aSeq( nComponents ); in createWindows()
1184 aDescr.Parent = aSeq.getConstArray()[aDescr.ParentIndex]; in createWindows()
1185 aSeq.getArray()[n] = createWindow( aDescr ); in createWindows()
1187 return aSeq; in createWindows()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx895 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
896 return aSeq; in getUnoTunnelId()
2189 uno::Sequence< rtl::OUString > aSeq; in getSupportedServiceNames() local
2195 aSeq = pSvxShape->getSupportedServiceNames(); in getSupportedServiceNames()
2199 aSeq.realloc(1); in getSupportedServiceNames()
2200 aSeq.getArray()[0] = C2U("com.sun.star.drawing.Shape"); in getSupportedServiceNames()
2202 return aSeq; in getSupportedServiceNames()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1495 uno::Sequence< rtl::OUString > aSeq( 2 ); in getElementNames() local
1497 uno::Sequence< rtl::OUString > aSeq( 1 ); in getElementNames()
1499 aSeq[ 0 ] = SC_EVENTACC_ONCLICK; in getElementNames()
1501 aSeq[ 1 ] = SC_EVENTACC_ONACTION; in getElementNames()
1503 return aSeq; in getElementNames()
H A Dfmtuno.cxx489 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
490 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
491 pSeq = &aSeq; in getUnoTunnelId()
1004 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
1005 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
1006 pSeq = &aSeq; in getUnoTunnelId()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx824 maAny <<= aSeq; in SetString()
952 maAny <<= aSeq; in SetINetBookmark()
965 maAny <<= aSeq; in SetINetBookmark()
977 maAny <<= aSeq; in SetINetBookmark()
1001 maAny <<= aSeq; in SetINetBookmark()
1076 maAny <<= aSeq; in SetObject()
1287 return aSeq; in getUnoTunnelId()
2167 if( GetSequence( rFlavor, aSeq ) && ( 2048 == aSeq.getLength() ) ) in GetINetBookmark()
2181 if( GetSequence( rFlavor, aSeq ) && aSeq.getLength() ) in GetINetBookmark()
2203 GetSequence( aFileContentFlavor, aSeq ) && aSeq.getLength() ) in GetINetBookmark()
[all …]
H A Dembedhlp.cxx597 uno::Sequence < sal_Int8 > aSeq; in GetHCGraphic() local
598 if ( ( xTransferable->getTransferData( aDataFlavor ) >>= aSeq ) && aSeq.getLength() ) in GetHCGraphic()
599 xInStream = new ::comphelper::SequenceInputStream( aSeq ); in GetHCGraphic()
/trunk/main/sal/inc/osl/
H A Dfile.hxx1240 inline RC readLine( ::rtl::ByteSequence& aSeq ) in readLine() argument
1242 return (RC) osl_readLine( _pData, reinterpret_cast<sal_Sequence**>(&aSeq) ); in readLine()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx2048 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( nLen ); in getTransferData()
2050 pStream->Read( aSeq.getArray(), nLen ); in getTransferData()
2052 if( aSeq.getLength() ) in getTransferData()
2053 aAny <<= aSeq; in getTransferData()
3131 uno::Sequence < beans::PropertyValue > aSeq; in getViewData() local
3137 pFrame->GetViewShell()->WriteUserDataSequence( aSeq ); in getViewData()
3138 aAny <<= aSeq; in getViewData()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1655 Sequence< OUString > aSeq = pIndexEntryWrapper->GetAlgorithmList( aLcl ); in IMPL_LINK() local
1673 nEnd = static_cast< sal_uInt16 >(aSeq.getLength()); in IMPL_LINK()
1676 sUINm = pIndexRes->GetTranslation( sAlg = aSeq[ nCnt ] ); in IMPL_LINK()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3751 uno::Sequence< sal_Int8 > aSeq; in InsertText() local
3752 aData >>= aSeq; in InsertText()
3754 SvMemoryStream aBinStream( aSeq.getArray(), aSeq.getLength(), STREAM_READ ); in InsertText()
3791 uno::Sequence< sal_Int8 > aSeq; in InsertText() local
3792 aData >>= aSeq; in InsertText()
3794 SvMemoryStream aRTFStream( aSeq.getArray(), aSeq.getLength(), STREAM_READ ); in InsertText()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx609 Sequence<sal_Int8> aSeq; in updateCharacterStream() local
611 x->readBytes(aSeq,length); in updateCharacterStream()
615 rInsert[columnIndex] = aSeq; in updateCharacterStream()
H A DKeySet.cxx317 const Sequence< ::rtl::OUString> aSeq = xSelectTables->getElementNames(); in construct() local
318 if ( aSeq.getLength() > 1 ) // special handling for join in construct()
324 const ::rtl::OUString* pIter = aSeq.getConstArray(); in construct()
325 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in construct()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx324 Sequence< OUString > aSeq( 0 ); in getSupportedServiceNames() local
325 return aSeq; in getSupportedServiceNames()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx239 static Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
240 return aSeq; in getUnoTunnelId()
1073 Sequence< beans::PropertyValue > aSeq(9); in getPagePrintSettings() local
1076 beans::PropertyValue* pArray = aSeq.getArray(); in getPagePrintSettings()
1104 return aSeq; in getPagePrintSettings()
/trunk/main/svx/source/table/
H A Dcell.cxx861 Sequence< OUString > aSeq( SvxUnoTextBase::getSupportedServiceNames() ); in getSupportedServiceNames() local
862 sal_Int32 nIndex = aSeq.getLength(); in getSupportedServiceNames()
863 aSeq.realloc( nIndex + 2 ); in getSupportedServiceNames()
864 aSeq[nIndex++] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.table.cell" ) ); in getSupportedServiceNames()
865 aSeq[nIndex++] = OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.drawing.cell" ) ); in getSupportedServiceNames()
866 return aSeq; in getSupportedServiceNames()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx505 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq; in GetGraphicFromAny()
506 if( rValue.hasValue() && ( rValue >>= aSeq ) ) in GetGraphicFromAny()
508 SvMemoryStream aMemStm( (void*)aSeq.getConstArray(), aSeq.getLength(), in GetGraphicFromAny()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1828 const uno::Sequence<sal_Int8> aSeq( in getPropertyValueImpl()
1831 rValue <<= aSeq; in getPropertyValueImpl()
/trunk/main/framework/source/uielement/
H A Dlangselectionmenucontroller.cxx143 Sequence< OUString > aSeq; in statusChanged() local
145 if ( Event.State >>= aSeq ) in statusChanged()
147 if ( aSeq.getLength() == 4 ) in statusChanged()
151 m_aCurLang = aSeq[0]; in statusChanged()
152 m_nScriptType = static_cast< sal_Int16 >(aSeq[1].toInt32()); in statusChanged()
153 m_aKeyboardLang = aSeq[2]; in statusChanged()
154 m_aGuessedTextLang = aSeq[3]; in statusChanged()
/trunk/main/sw/source/filter/ww8/
H A Ddocxexportfilter.cxx109 const uno::Sequence< OUString > aSeq( &aServiceName, 1 ); in DocxExport_getSupportedServiceNames() local
110 return aSeq; in DocxExport_getSupportedServiceNames()
/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx432 if ( aSeq.getLength()) in GetUserCustomValues()
433 aSeq[0].Value >>= aTmp; in GetUserCustomValues()
444 if ( aSeq.getLength()) in GetUserCustomValues()
445 aSeq[0].Value >>= aTmp; in GetUserCustomValues()
456 if ( aSeq.getLength()) in GetUserCustomValues()
457 aSeq[0].Value >>= aTmp; in GetUserCustomValues()
468 if ( aSeq.getLength()) in GetUserCustomValues()
469 aSeq[0].Value >>= aTmp; in GetUserCustomValues()
480 if ( aSeq.getLength()) in GetUserCustomValues()
481 aSeq[0].Value >>= aTmp; in GetUserCustomValues()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx173 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq(1); in PopupModeEndCallback()
174 aSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("maLinePos") ); in PopupModeEndCallback()
175 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( maPos )); in PopupModeEndCallback()
176 aWinOpt.SetUserData( aSeq ); in PopupModeEndCallback()
179 aSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("maLineValue") ); in PopupModeEndCallback()
180 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt64( maValue )); in PopupModeEndCallback()
181 aWinOpt2.SetUserData( aSeq ); in PopupModeEndCallback()
192 if ( aSeq.getLength()) in Rearrange()
193 aSeq[0].Value >>= aTmp; in Rearrange()
204 if ( aSeq.getLength()) in Rearrange()
[all …]
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2630 PropSeq aSeq( aPropVec.size() ); in ApplyCustomShapeGeometryAttributes() local
2631 beans::PropertyValue* pValues = aSeq.getArray(); in ApplyCustomShapeGeometryAttributes()
2636 rSet.Put( SdrCustomShapeGeometryItem( aSeq ) ); in ApplyCustomShapeGeometryAttributes()
2809 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq; in CheckAndCorrectExcelTextRotation()
2810 sal_Int32 nBytesRead = xShapeXMLInputStream->readBytes( aSeq, 0x7fffffff ); in CheckAndCorrectExcelTextRotation()
2816 const char* pArry = reinterpret_cast< char* >( aSeq.getArray() ); in CheckAndCorrectExcelTextRotation()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1271 Sequence<Any> aSeq(1); in ExecLingu() local
1272 Any* pArray = aSeq.getArray(); in ExecLingu()
1277 xInit->initialize( aSeq ); in ExecLingu()
H A Ddrwtxtsh.cxx398 Sequence<Any> aSeq(1); in ExecDrawLingu() local
399 Any* pArray = aSeq.getArray(); in ExecDrawLingu()
404 xInit->initialize( aSeq ); in ExecDrawLingu()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx224 uno::Sequence < uno::Reference< uno::XInterface > > aSeq( nSequence ); in findAll() local
226 uno::Reference< uno::XInterface > * pArray = aSeq.getArray(); in findAll()
267 aSeq.realloc( nSequence ); in findAll()
268 pArray = aSeq.getArray(); in findAll()
315 aSeq.realloc( nFound ); in findAll()
317 return (container::XIndexAccess*)new SdUnoFindAllAccess( aSeq ); in findAll()

Completed in 297 milliseconds

12345678910>>...20