Home
last modified time | relevance | path

Searched refs:aIds (Results 1 – 20 of 20) sorted by relevance

/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx142 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
192 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
214 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
275 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
332 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
368 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
409 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
497 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
534 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
595 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
[all …]
H A Dvclxcontainer.hxx68 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
69 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
H A Dvclxtabpagecontainer.hxx69 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
70 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
H A Dvclxtopwindow.hxx111 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
112 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
H A Dvclxwindow.hxx106 static void PushPropertyIds( std::list< sal_uInt16 > &aIds, int nFirstId, ...);
108 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds,
110 virtual void GetPropertyIds( std::list< sal_uInt16 > &aIds );
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx113 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
114 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
167 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
168 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
219 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
220 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
290 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
332 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
376 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
418 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
[all …]
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx898 SvUShortsSort aIds, aDstIds, aIdsMap; member
903 : aName( rName ), aIds( 16, 16 ), aIdsMap( 16, 16 ), aMap( 16, 16 ), in _RefIdsMap()
933 aIds.Insert( ((SwSetExpField*)pF->GetField())->GetSeqNumber() ); in SV_IMPL_PTRARR()
950 aIds.Insert( rDestDoc.GetFtnIdxs()[ --n ]->GetSeqRefNo() ); in SV_IMPL_PTRARR()
960 if( aIds.Seek_Entry( nSeqNo ) && aDstIds.Seek_Entry( nSeqNo )) in SV_IMPL_PTRARR()
970 for( n = 0; n < aIds.Count(); ++n ) in SV_IMPL_PTRARR()
971 if( n != aIds[ n ] ) in SV_IMPL_PTRARR()
975 aIds.Insert( n ); in SV_IMPL_PTRARR()
1008 aIds.Insert( nSeqNo ); in SV_IMPL_PTRARR()
/trunk/main/framework/source/uielement/
H A Dnewmenucontroller.cxx251 std::vector< sal_uInt32 > aIds; in setAccelerators() local
257 aIds.push_back( nId ); in setAccelerators()
263 sal_uInt32 nSeqCount( aIds.size() ); in setAccelerators()
288 const sal_uInt32 nCount2 = aIds.size(); in setAccelerators()
290 pPopupMenu->SetAccelKey( sal_uInt16( aIds[i] ), aMenuShortCuts[i] ); in setAccelerators()
H A Dtoolbarmerger.cxx497 pIter->second.aIds.push_back( rItemId ); in MergeItems()
H A Dtoolbarmanager.cxx808 const ::std::vector< sal_uInt16 >& _rIDs = _pIter->second.aIds; in setToolBarImage()
1420 pIter->second.aIds.push_back( nId ); in FillToolbar()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx185 static std::hash_map< int, uno::Sequence< sal_Int8 > > aIds; in getTunnelIdentifier() local
187 aIds.find( eType ); in getTunnelIdentifier()
188 if( it == aIds.end() ) in getTunnelIdentifier()
192 aIds[ eType ] = aNewId; in getTunnelIdentifier()
193 it = aIds.find( eType ); in getTunnelIdentifier()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx3631 sal_uInt16 aIds[ 9 ] = { 0 }; in SvxScriptSetItem() local
3632 aIds[ 0 ] = aIds[ 1 ] = nLatin; in SvxScriptSetItem()
3633 aIds[ 2 ] = aIds[ 3 ] = nAsian; in SvxScriptSetItem()
3634 aIds[ 4 ] = aIds[ 5 ] = nComplex; in SvxScriptSetItem()
3635 aIds[ 6 ] = aIds[ 7 ] = SID_ATTR_CHAR_SCRIPTTYPE; in SvxScriptSetItem()
3636 aIds[ 8 ] = 0; in SvxScriptSetItem()
3638 GetItemSet().SetRanges( aIds ); in SvxScriptSetItem()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.hxx227 SvxCSS1Map aIds; member in SvxCSS1Parser
376 InsertMapEntry( rId, rItemSet, rProp, aIds ); in InsertId()
381 return GetMapEntry( rId, aIds ); in GetId()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1558 SvStringsDtor aIds; in IMPL_LINK() local
1559 pFType->GetAllEntryIdentifiers( aIds ); in IMPL_LINK()
1560 for(sal_uInt16 n = 0; n < aIds.Count(); n++) in IMPL_LINK()
1561 aEntryLB.InsertEntry(*aIds.GetObject(n)); in IMPL_LINK()
1747 SvStringsDtor aIds; in SwCreateAuthEntryDlg_Impl() local
1748 pFType->GetAllEntryIdentifiers( aIds ); in SwCreateAuthEntryDlg_Impl()
1749 for(sal_uInt16 n = 0; n < aIds.Count(); n++) in SwCreateAuthEntryDlg_Impl()
1750 pIdentifierBox->InsertEntry(*aIds.GetObject(n)); in SwCreateAuthEntryDlg_Impl()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolmodel.hxx173 std::list< sal_uInt16 > aIds; \
174 a::ImplGetPropertyIds( aIds ); \
175 ImplRegisterProperties( aIds ); \
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.hxx89 …irtual void GetPropertyIds( std::list< sal_uInt16 > &aIds ) { return ImplGetPropertyIds( aIds )… in GetPropertyIds() argument
/trunk/main/framework/inc/uielement/
H A Dcommandinfo.hxx53 ::std::vector< sal_uInt16 > aIds;
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx104 static void ImplGetPropertyIds( std::list< sal_uInt16 > &aIds );
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1510 static sal_uInt16 __READONLY_DATA aIds[3] = in SetTabSet() local
1513 if( SFX_ITEM_SET == pTblSet->GetItemState( aIds[ i ], in SetTabSet()
1515 pTblSet->ClearItem( aIds[ i ] ); in SetTabSet()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx451 static sal_uInt16 __READONLY_DATA aIds[] = in ItemSetToTableParam() local
465 for( const sal_uInt16* pIds = aIds; *pIds; ++pIds ) in ItemSetToTableParam()

Completed in 91 milliseconds