Home
last modified time | relevance | path

Searched refs:bBroadcast (Results 1 – 25 of 76) sorted by relevance

1234

/dports/editors/abiword/abiword-3.0.5/plugins/collab/core/account/xp/
H A DEvent.h54 void setBroadcast(bool bBroadcast) in setBroadcast() argument
55 { m_bBroadcast = bBroadcast; } in setBroadcast()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfmt.cxx663 if (bBroadcast) in DelCharFormat()
683 DelCharFormat( nFormat, bBroadcast ); in DelCharFormat()
699 if (bBroadcast) in DelFrameFormat()
825 if (bBroadcast) in MakeFrameFormat()
858 if (bBroadcast) in MakeCharFormat()
894 if (bBroadcast) in MakeTextFormatColl()
928 if (bBroadcast) in MakeCondTextFormatColl()
957 if (bBroadcast) in DelTextFormatColl()
989 DelTextFormatColl( nFormat, bBroadcast ); in DelTextFormatColl()
1912 bool bBroadcast) in RenameFormat() argument
[all …]
H A Ddocdesc.cxx734 void SwDoc::DelPageDesc( size_t i, bool bBroadcast ) in DelPageDesc() argument
743 if (bBroadcast) in DelPageDesc()
760 bool bRegardLanguage, bool bBroadcast) in MakePageDesc() argument
793 if (bBroadcast) in MakePageDesc()
964 void SwDoc::DelPageDesc( const OUString & rName, bool bBroadcast ) in DelPageDesc() argument
969 DelPageDesc(nI, bBroadcast); in DelPageDesc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfmt.cxx660 if (bBroadcast) in DelCharFormat()
680 DelCharFormat( nFormat, bBroadcast ); in DelCharFormat()
696 if (bBroadcast) in DelFrameFormat()
817 if (bBroadcast) in MakeFrameFormat()
850 if (bBroadcast) in MakeCharFormat()
886 if (bBroadcast) in MakeTextFormatColl()
920 if (bBroadcast) in MakeCondTextFormatColl()
949 if (bBroadcast) in DelTextFormatColl()
981 DelTextFormatColl( nFormat, bBroadcast ); in DelTextFormatColl()
1881 bool bBroadcast) in RenameFormat() argument
[all …]
H A Ddocdesc.cxx618 void SwDoc::DelPageDesc( size_t i, bool bBroadcast ) in DelPageDesc() argument
627 if (bBroadcast) in DelPageDesc()
644 bool bRegardLanguage, bool bBroadcast) in MakePageDesc() argument
677 if (bBroadcast) in MakePageDesc()
849 void SwDoc::DelPageDesc( const OUString & rName, bool bBroadcast ) in DelPageDesc() argument
854 DelPageDesc(nI, bBroadcast); in DelPageDesc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddoc.hxx759 bool bBroadcast = false, bool bAuto = true);
765 bool bBroadcast = false );
766 void DelCharFormat(size_t nFormat, bool bBroadcast = false);
779 bool bBroadcast = false);
783 void DelTextFormatColl(size_t nFormat, bool bBroadcast = false);
902 void DelPageDesc( const OUString & rName, bool bBroadcast = false);
903 void DelPageDesc( size_t i, bool bBroadcast = false );
907 bool bBroadcast = false);
1072 bool bBroadcast = false,
1080 bool bBroadcast = false);
[all …]
H A Dfrmfmt.hxx180 virtual void SetName( const OUString& rNewName, bool bBroadcast=false ) override;
218 void SetObjTitle( const OUString& rTitle, bool bBroadcast = false );
220 void SetObjDescription( const OUString& rDescription, bool bBroadcast = false );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddoc.hxx764 bool bBroadcast = false, bool bAuto = true);
769 bool bBroadcast = false );
770 void DelCharFormat(size_t nFormat, bool bBroadcast = false);
783 bool bBroadcast = false);
787 void DelTextFormatColl(size_t nFormat, bool bBroadcast = false);
906 void DelPageDesc( const OUString & rName, bool bBroadcast = false);
907 void DelPageDesc( size_t i, bool bBroadcast = false );
911 bool bBroadcast = false);
1079 bool bBroadcast = false,
1087 bool bBroadcast = false);
[all …]
H A Dfrmfmt.hxx181 virtual void SetName( const OUString& rNewName, bool bBroadcast=false ) override;
220 void SetObjTitle( const OUString& rTitle, bool bBroadcast = false );
222 void SetObjDescription( const OUString& rDescription, bool bBroadcast = false );
/dports/devel/p8-platform/platform-p8-platform-2.1.0.1/src/threads/
H A Dmutex.h343 void Set(bool bBroadcast = false)
347 m_bBroadcast = bBroadcast;
/dports/emulators/vice/vice-3.5/src/
H A Drawnetarch.h54 extern void rawnet_arch_recv_ctl(int bBroadcast, int bIA, int bMulticast, int bCorrect, int bPromis…
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Drawnetarch.h54 extern void rawnet_arch_recv_ctl(int bBroadcast, int bIA, int bMulticast, int bCorrect, int bPromis…
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c391 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_query_BandwidthMode()
413 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) //only unicast frame will use rts/cts in ieee80211_query_protectionmode()
803 tcb_desc->bBroadcast = 1; in ieee80211_xmit()
805 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_xmit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c391 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_query_BandwidthMode()
413 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) //only unicast frame will use rts/cts in ieee80211_query_protectionmode()
803 tcb_desc->bBroadcast = 1; in ieee80211_xmit()
805 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_xmit()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c391 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_query_BandwidthMode()
413 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) //only unicast frame will use rts/cts in ieee80211_query_protectionmode()
803 tcb_desc->bBroadcast = 1; in ieee80211_xmit()
805 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in ieee80211_xmit()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/
H A Drawnetarch_win32.c351 void rawnet_arch_recv_ctl(int bBroadcast, int bIA, int bMulticast, int bCorrect, int bPromiscuous, … in rawnet_arch_recv_ctl() argument
355 log_message(rawnet_arch_log, "\tbBroadcast = %s", bBroadcast ? "TRUE" : "FALSE" ); in rawnet_arch_recv_ctl()
H A Drawnetarch_unix.c341 void rawnet_arch_recv_ctl(int bBroadcast, int bIA, int bMulticast, int bCorrect, int bPromiscuous, … in rawnet_arch_recv_ctl() argument
345 log_message(rawnet_arch_log, "\tbBroadcast = %s", bBroadcast ? "TRUE" : "FALSE"); in rawnet_arch_recv_ctl()
/dports/emulators/vice/vice-3.5/src/arch/shared/
H A Drawnetarch_unix.c341 void rawnet_arch_recv_ctl(int bBroadcast, int bIA, int bMulticast, int bCorrect, int bPromiscuous, … in rawnet_arch_recv_ctl() argument
345 log_message(rawnet_arch_log, "\tbBroadcast = %s", bBroadcast ? "TRUE" : "FALSE"); in rawnet_arch_recv_ctl()
H A Drawnetarch_win32.c364 void rawnet_arch_recv_ctl(int bBroadcast, int bIA, int bMulticast, int bCorrect, int bPromiscuous, … in rawnet_arch_recv_ctl() argument
368 log_message(rawnet_arch_log, "\tbBroadcast = %s", bBroadcast ? "TRUE" : "FALSE" ); in rawnet_arch_recv_ctl()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_tx.c384 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
406 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
907 tcb_desc->bBroadcast = 1; in rtllib_xmit_inter()
909 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_tx.c384 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
406 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
907 tcb_desc->bBroadcast = 1; in rtllib_xmit_inter()
909 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8192e/
H A Drtllib_tx.c384 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_query_BandwidthMode()
406 if (tcb_desc->bBroadcast || tcb_desc->bMulticast) in rtllib_query_protectionmode()
907 tcb_desc->bBroadcast = 1; in rtllib_xmit_inter()
909 if (tcb_desc->bMulticast || tcb_desc->bBroadcast) in rtllib_xmit_inter()
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DMessages.cpp617 bool bBroadcast = false; in msgUserState() local
632 bBroadcast = true; in msgUserState()
644 bBroadcast = true; in msgUserState()
653 bBroadcast = true; in msgUserState()
678 bBroadcast = true; in msgUserState()
712 bBroadcast = true; in msgUserState()
727 bBroadcast = true; in msgUserState()
735 bBroadcast = true; in msgUserState()
757 bBroadcast = true; in msgUserState()
760 if (bBroadcast) { in msgUserState()
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DMessages.cpp617 bool bBroadcast = false; in msgUserState() local
632 bBroadcast = true; in msgUserState()
644 bBroadcast = true; in msgUserState()
653 bBroadcast = true; in msgUserState()
678 bBroadcast = true; in msgUserState()
712 bBroadcast = true; in msgUserState()
727 bBroadcast = true; in msgUserState()
735 bBroadcast = true; in msgUserState()
757 bBroadcast = true; in msgUserState()
760 if (bBroadcast) { in msgUserState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Ddialcontrol.hxx157 void SetRotation( Degree100 nAngle, bool bBroadcast );

1234