Home
last modified time | relevance | path

Searched refs:aSeq (Results 126 – 150 of 494) sorted by path

12345678910>>...20

/trunk/main/framework/source/fwi/uielement/
H A Ditemcontainer.cxx165 static ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( 16 ); in GetUnoTunnelId()
166 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in GetUnoTunnelId()
167 pSeq = &aSeq; in GetUnoTunnelId()
210 Sequence< PropertyValue > aSeq; in insertByIndex() local
211 if ( aItem >>= aSeq ) in insertByIndex()
215 m_aItemVector.push_back( aSeq ); in insertByIndex()
220 m_aItemVector.insert( aIter, aSeq ); in insertByIndex()
247 Sequence< PropertyValue > aSeq; in replaceByIndex() local
248 if ( aItem >>= aSeq ) in replaceByIndex()
252 m_aItemVector[Index] = aSeq; in replaceByIndex()
H A Drootitemcontainer.cxx232 static ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( 16 ); in GetUnoTunnelId()
233 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in GetUnoTunnelId()
234 pSeq = &aSeq; in GetUnoTunnelId()
277 Sequence< PropertyValue > aSeq; in insertByIndex() local
278 if ( aItem >>= aSeq ) in insertByIndex()
282 m_aItemVector.push_back( aSeq ); in insertByIndex()
287 m_aItemVector.insert( aIter, aSeq ); in insertByIndex()
314 Sequence< PropertyValue > aSeq; in replaceByIndex() local
315 if ( aItem >>= aSeq ) in replaceByIndex()
319 m_aItemVector[Index] = aSeq; in replaceByIndex()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx1762 Sequence< Reference< ui::XUIElement > > aSeq; in getElements() local
1764 aSeq = pToolbarManager->getToolbars(); in getElements()
1766 sal_Int32 nSize = aSeq.getLength(); in getElements()
1780 aSeq.realloc(nSize); in getElements()
1782 aSeq[nMenuBarIndex] = xMenuBar; in getElements()
1784 aSeq[nStatusBarIndex] = xStatusBar; in getElements()
1786 return aSeq; in getElements()
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/framework/source/recording/
H A Ddispatchrecorder.cxx213 Sequence< Any > aSeq = make_seq_out_of_struct( aValue ); in AppendToBuffer() local
215 for ( sal_Int32 nAny=0; nAny<aSeq.getLength(); nAny++ ) in AppendToBuffer()
217 AppendToBuffer( aSeq[nAny], aArgumentBuffer ); in AppendToBuffer()
218 if ( nAny+1 < aSeq.getLength() ) in AppendToBuffer()
228 css::uno::Sequence < css::uno::Any > aSeq; in AppendToBuffer() local
233 aNew >>= aSeq; in AppendToBuffer()
235 for ( sal_Int32 nAny=0; nAny<aSeq.getLength(); nAny++ ) in AppendToBuffer()
237 AppendToBuffer( aSeq[nAny], aArgumentBuffer ); in AppendToBuffer()
238 if ( nAny+1 < aSeq.getLength() ) in AppendToBuffer()
/trunk/main/framework/source/services/
H A Dlicense.cxx376 Sequence< Any > aSeq( 2 ); in execute() local
377 aSeq[0] <<= bQuickstart; in execute()
378 aSeq[1] <<= bAutostart; in execute()
383 xQuickstart->initialize( aSeq ); in execute()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx739 css::uno::Sequence< css::beans::NamedValue > aSeq( 2 ); in getTabProps() local
740 aSeq[0].Name = m_aTitlePropName; in getTabProps()
741 aSeq[0].Value = css::uno::makeAny( aTitle ); in getTabProps()
742 aSeq[1].Name = m_aPosPropName; in getTabProps()
743 aSeq[1].Value = css::uno::makeAny( sal_Int32( nPos )); in getTabProps()
744 return aSeq; in getTabProps()
/trunk/main/framework/source/uiconfiguration/
H A Dgraphicnameaccess.cxx74 uno::Sequence< rtl::OUString > aSeq( m_aNameToElementMap.size() ); in getElementNames() local
79 aSeq[i++] = pIter->first; in getElementNames()
82 m_aSeq = aSeq; in getElementNames()
H A Dwindowstateconfiguration.cxx1376 Sequence< PropertyValue > aSeq; local
1382 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq )
1385 for ( sal_Int32 y = 0; y < aSeq.getLength(); y++ )
1387 if ( aSeq[y].Name.equalsAscii("ooSetupFactoryWindowStateConfigRef") )
1389 aSeq[y].Value >>= aWindowStateFileStr;
1452 Sequence< rtl::OUString > aSeq( m_aModuleToFileHashMap.size() ); in getElementNames() local
1458 aSeq[n] = pIter->first; in getElementNames()
1462 return aSeq; in getElementNames()
/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()
H A Dlangselectionstatusbarcontroller.cxx305 Sequence< OUString > aSeq; in statusChanged() local
309 else if ( Event.State >>= aSeq ) in statusChanged()
311 if ( aSeq.getLength() == 4 ) in statusChanged()
313 OUString aStatusText = aSeq[0]; in statusChanged()
322 m_aCurLang = aSeq[0]; in statusChanged()
323 m_nScriptType = static_cast< sal_Int16 >( aSeq[1].toInt32() ); in statusChanged()
324 m_aKeyboardLang = aSeq[2]; in statusChanged()
325 m_aGuessedTextLang = aSeq[3]; in statusChanged()
H A Dmenubarmanager.cxx1222 Sequence< Any > aSeq( 2 ); in CreatePopupMenuController() local
1227 aSeq[0] <<= aPropValue; in CreatePopupMenuController()
1230 aSeq[1] <<= aPropValue; in CreatePopupMenuController()
1241 aSeq, in CreatePopupMenuController()
1633 Sequence< rtl::OUString > aSeq( aMenuShortCuts.size() ); in RetrieveShortcuts() local
1637 aSeq[i] = aMenuShortCuts[i]->aMenuItemURL; in RetrieveShortcuts()
1642 impl_RetrieveShortcutsFromConfiguration( xGlobalAccelCfg, aSeq, aMenuShortCuts ); in RetrieveShortcuts()
1644 impl_RetrieveShortcutsFromConfiguration( xModuleAccelCfg, aSeq, aMenuShortCuts ); in RetrieveShortcuts()
1646 impl_RetrieveShortcutsFromConfiguration( xGlobalAccelCfg, aSeq, aMenuShortCuts ); in RetrieveShortcuts()
H A Dmenubarwrapper.cxx334 Sequence< rtl::OUString > aSeq( m_aPopupControllerCache.size() ); in getElementNames() local
340 aSeq[i++] = pIter->first; in getElementNames()
344 return aSeq; in getElementNames()
H A Dnewmenucontroller.cxx268 Sequence< rtl::OUString > aSeq( nSeqCount ); in setAccelerators() local
273 aSeq[nSeqCount-1] = m_aCommandURL; in setAccelerators()
279 aSeq[i] = aCmds[i]; in setAccelerators()
282 retrieveShortcutsFromConfiguration( xGlobalAccelCfg, aSeq, aMenuShortCuts ); in setAccelerators()
284 retrieveShortcutsFromConfiguration( xModuleAccelCfg, aSeq, aMenuShortCuts ); in setAccelerators()
286 retrieveShortcutsFromConfiguration( xGlobalAccelCfg, aSeq, aMenuShortCuts ); in setAccelerators()
520 Sequence< PropertyValue > aSeq; in impl_setPopupMenu() local
522 if ( xNameAccess->getByName( m_aModuleIdentifier ) >>= aSeq ) in impl_setPopupMenu()
524 for ( sal_Int32 y = 0; y < aSeq.getLength(); y++ ) in impl_setPopupMenu()
526 if ( aSeq[y].Name.equalsAscii("ooSetupFactoryEmptyDocumentURL") ) in impl_setPopupMenu()
[all …]
H A Dtoolbarmanager.cxx769 Sequence< rtl::OUString > aSeq = xNameAccess->getElementNames(); in impl_elementChanged() local
770 for ( sal_Int32 i = 0; i < aSeq.getLength(); i++ ) in impl_elementChanged()
772 CommandToInfoMap::iterator pIter = m_aCommandMap.find( aSeq[i] ); in impl_elementChanged()
795 if ( xNameAccess->getByName( aSeq[i] ) >>= xGraphic ) in impl_elementChanged()
1746 Sequence< PropertyValue > aSeq = xModel->getArgs(); in IsPluginMode() local
1747 comphelper::MediaDescriptor aMediaDescriptor( aSeq ); in IsPluginMode()
H A Dtoolbarsmenucontroller.cxx354 Sequence< Sequence< com::sun::star::beans::PropertyValue > > aSeq( aToolBarArray.size() ); in getLayoutManagerToolbars() local
360 aSeq[i] = aTbSeq; in getLayoutManagerToolbars()
363 return aSeq; in getLayoutManagerToolbars()
H A Duicommanddescription.cxx677 Sequence< PropertyValue > aSeq; in impl_fillElements() local
683 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq ) in impl_fillElements()
686 for ( sal_Int32 y = 0; y < aSeq.getLength(); y++ ) in impl_fillElements()
688 if ( aSeq[y].Name.equalsAscii(_pName) ) in impl_fillElements()
690 aSeq[y].Value >>= aCommandStr; in impl_fillElements()
758 Sequence< rtl::OUString > aSeq( m_aModuleToCommandFileMap.size() ); in getElementNames() local
764 aSeq[n++] = pIter->first; in getElementNames()
768 return aSeq; in getElementNames()
/trunk/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx201 Sequence< PropertyValue > aSeq( 1 ); in getFactoriesDescription() local
204 aSeq[0].Name = m_aPropType; in getFactoriesDescription()
205 aSeq[0].Value = makeAny( aFactory.getToken( 0, '^', nToken )); in getFactoriesDescription()
208 aSeq.realloc( 2 ); in getFactoriesDescription()
209 aSeq[1].Name = m_aPropName; in getFactoriesDescription()
210 aSeq[1].Value = makeAny( aFactory.getToken( 0, '^', nToken )); in getFactoriesDescription()
213 aSeq.realloc( 3 ); in getFactoriesDescription()
214 aSeq[2].Name = m_aPropModule; in getFactoriesDescription()
215 aSeq[2].Value = makeAny( aFactory.getToken( 0, '^', nToken )); in getFactoriesDescription()
219 aSeqSeq[nIndex++] = aSeq; in getFactoriesDescription()
/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/oox/inc/oox/helper/
H A Dcontainerhelper.hxx415 ::com::sun::star::uno::Sequence< ValueType > aSeq( static_cast< sal_Int32 >( rMap.size() ) ); in mapToSequence()
418 aSeq[ nIndex ] = *aIt; in mapToSequence()
419 return aSeq; in mapToSequence()
426 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ValueType > > aSeq; in matrixToSequenceSequence()
429 aSeq.realloc( static_cast< sal_Int32 >( rMatrix.height() ) ); in matrixToSequenceSequence()
431 aSeq[ static_cast< sal_Int32 >( nRow ) ] = in matrixToSequenceSequence()
434 return aSeq; in matrixToSequenceSequence()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx342 Sequence< PropertyValue > aSeq = aPropertyMap.makePropertyValueSequence(); in pushToPropSet() local
344 aPropSet.setProperty( PROP_CustomShapeGeometry, aSeq ); in pushToPropSet()
H A Dtextparagraphpropertiescontext.cxx150 Sequence< TabStop > aSeq( nTabCount ); in ~TextParagraphPropertiesContext() local
151 TabStop * aArray = aSeq.getArray(); in ~TextParagraphPropertiesContext()
154 rPropertyMap[ PROP_ParaTabStops ] <<= aSeq; in ~TextParagraphPropertiesContext()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx816 Sequence< sal_uInt8 > aSeq( 16 ); in GetUUID() local
823 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
824 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
828 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
829 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
833 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
834 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
838 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
839 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
843 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
[all …]
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx121 Sequence< Property > aSeq( static_cast< sal_Int32 >( maPropMap.size() ) ); in getProperties() local
122 Property* pProperty = aSeq.getArray(); in getProperties()
130 return aSeq; in getProperties()
174 Sequence< PropertyValue > aSeq( static_cast< sal_Int32 >( size() ) ); in makePropertyValueSequence() local
177 PropertyValue* pValues = aSeq.getArray(); in makePropertyValueSequence()
186 return aSeq; in makePropertyValueSequence()
/trunk/main/oox/source/ole/
H A Dvbaprojectfilter.cxx76 Sequence< OUString > aSeq( 1 ); in WordVbaProjectFilter_getSupportedServiceNames() local
77 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in WordVbaProjectFilter_getSupportedServiceNames()
78 return aSeq; in WordVbaProjectFilter_getSupportedServiceNames()

Completed in 140 milliseconds

12345678910>>...20