Home
last modified time | relevance | path

Searched defs:nUserData (Results 1 – 19 of 19) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/osx/
H A Dsaltimer.cxx32 void ImplNSAppPostEvent( short nEventId, BOOL bAtStart, int nUserData ) in ImplNSAppPostEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/osx/
H A Dsaltimer.cxx32 void ImplNSAppPostEvent( short nEventId, BOOL bAtStart, int nUserData ) in ImplNSAppPostEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basic/
H A Dsbx.hxx44 sal_uInt32 nUserData; // IDs etc. member
H A Dsbxvar.hxx256 sal_uInt32 nUserData= 0; // User data for Call() member in SbxVariable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbx.hxx43 sal_uInt32 nUserData; // IDs etc. member
H A Dsbxvar.hxx251 sal_uInt32 nUserData; // User data for Call() member in SbxVariable
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxbase.cxx310 sal_uInt32 nUserData = 0; in LoadData() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxbase.cxx303 sal_uInt32 nUserData = 0; in LoadData() local
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dtexmgr.h72 int nUserData; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx563 sal_Int32 nUserData = rBox.get_selected_id().toInt32(); in IMPL_LINK() local
621 bool SwCustomizeAddressBlockDialog::HasItem(sal_Int32 nUserData) in HasItem()
748 sal_Int32 nUserData = m_xAddressElementsLB->get_id(i).toInt32(); in GetAddress() local
1448 sal_Int32 nUserData = pTree->get_id(nEntry).toInt32(); in drop() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx566 sal_Int32 nUserData = rBox.get_selected_id().toInt32(); in IMPL_LINK() local
624 bool SwCustomizeAddressBlockDialog::HasItem(sal_Int32 nUserData) in HasItem()
751 sal_Int32 nUserData = m_xAddressElementsLB->get_id(i).toInt32(); in GetAddress() local
1446 sal_Int32 nUserData = pTree->get_id(nEntry).toInt32(); in drop() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dsdtreelb.cxx412 sal_Int64 nUserData = bUserData ? m_xTreeView->get_id(*xEntry).toInt64() : 0; in DoDrag() local
705 sal_Int64 nUserData = m_xTreeView->get_selected_id().toInt64(); in Select() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dcodegen.cxx329 sal_uInt32 nUserData = 0; in Save() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dcodegen.cxx329 sal_uInt32 nUserData = 0; in Save() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptlingu.cxx154 explicit DicUserData(sal_uInt32 nUserData) : nVal( nUserData ) {} in DicUserData()
269 explicit OptionsUserData( sal_uInt32 nUserData ) : nVal( nUserData ) {} in OptionsUserData()
1172 sal_uInt32 nUserData = 0; in Reset() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptlingu.cxx149 explicit DicUserData(sal_uInt32 nUserData) : nVal( nUserData ) {} in DicUserData()
257 explicit OptionsUserData( sal_uInt32 nUserData ) : nVal( nUserData ) {} in OptionsUserData()
1162 sal_uInt32 nUserData = 0; in Reset() local
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_connections.cpp1848 void CSteamNetworkConnectionBase::SetUserData( int64 nUserData ) in SetUserData()
H A Dsteamnetworkingsockets_flat.cpp50 …_SetConnectionUserData( ISteamNetworkingSockets* self, HSteamNetConnection hPeer, int64 nUserData ) in SteamAPI_ISteamNetworkingSockets_SetConnectionUserData()
H A Dcsteamnetworkingsockets.cpp1039 bool CSteamNetworkingSockets::SetConnectionUserData( HSteamNetConnection hPeer, int64 nUserData ) in SetConnectionUserData()