Home
last modified time | relevance | path

Searched refs:aSeq (Results 476 – 494 of 494) sorted by relevance

1...<<11121314151617181920

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx4051 Sequence< sal_Int32 > aSeq; in readOverrideMetrics() local
4052 pProps[n].Value >>= aSeq; in readOverrideMetrics()
4053 sal_Int32 nInts = aSeq.getLength(); in readOverrideMetrics()
4054 const sal_Int32* pInts = aSeq.getConstArray(); in readOverrideMetrics()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx2762 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( (sal_Int8*)&aSysData, in GetSystemGfxDataAny()
2765 return uno::makeAny(aSeq); in GetSystemGfxDataAny()
/trunk/main/mysqlc/source/
H A Dmysqlc_databasemetadata.cxx75 Sequence<Any> aSeq(&(*aIter->begin()),aIter->size()); in lcl_setRows_throw() local
76 (*pRowsIter) = aSeq; in lcl_setRows_throw()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1828 const uno::Sequence<sal_Int8> aSeq( in getPropertyValueImpl()
1831 rValue <<= aSeq; in getPropertyValueImpl()
/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()
H A Descherex.cxx1486 …::com::sun::star::uno::Sequence<sal_uInt8> aSeq = *(::com::sun::star::uno::Sequence<sal_uInt8>*)aA… in CreateGraphicProperties()
1487 const sal_uInt8* pAry = aSeq.getArray(); in CreateGraphicProperties()
1488 sal_uInt32 nAryLen = aSeq.getLength(); in CreateGraphicProperties()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx227 …Sequence< ::rtl::OUString> aSeq = aInfoData->getReferencingTable()->getColumns()->getElementNames(… in insertConnection() local
228 const ::rtl::OUString* pIter = aSeq.getConstArray(); in insertConnection()
229 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in insertConnection()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx132 Sequence<beans::PropertyValue> aSeq; in IMPL_LINK() local
133 xDisp->dispatch( aCommand, aSeq ); in IMPL_LINK()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx2117 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
2118 return aSeq; in getUnoTunnelId()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx4125 uno::Sequence< uno::Reference< ui::XUIElement > > aSeq; in getToolbars() local
4137 aSeq.realloc( nCount ); in getToolbars()
4138 aSeq[nCount-1] = pIter->m_xUIElement; in getToolbars()
4143 return aSeq; in getToolbars()
/trunk/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx1359 rtl::ByteSequence aSeq = aSocketAddr.getAddr(&aResult); in getPage() local
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx3865 Sequence< sal_Int8 > aSeq; in handleEvent() local
3866 if( (event >>= aSeq) ) in handleEvent()
3868 XEvent* pEvent = (XEvent*)aSeq.getArray(); in handleEvent()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1315 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
1316 return aSeq; in getUnoTunnelId()
H A Dunochart.cxx2133 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
2134 return aSeq; in getUnoTunnelId()
H A Dunoframe.cxx1110 static uno::Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
1111 return aSeq; in getUnoTunnelId()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3706 … uno::Sequence< beans::Property> aSeq = m_xReportDefinition->getPropertySetInfo()->getProperties(); in listen() local
3707 const beans::Property* pIter = aSeq.getConstArray(); in listen()
3708 const beans::Property* pEnd = pIter + aSeq.getLength(); in listen()
/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/xmloff/source/draw/
H A Dsdxmlexp.cxx2884 const uno::Sequence< OUString > aSeq( &aServiceName, 1 );\
2885 return aSeq;\
/trunk/main/vcl/source/window/
H A Dwindow.cxx8416 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( (sal_Int8*)pSysData, pSysData->nSize ); in GetSystemDataAny()
8417 aRet <<= aSeq; in GetSystemDataAny()

Completed in 1521 milliseconds

1...<<11121314151617181920