Home
last modified time | relevance | path

Searched refs:bHard (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dviewopt.hxx219 bool IsTab(bool bHard = false) const in IsTab() argument
221 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsTab()
225 bool IsBlank(bool bHard = false) const in IsBlank() argument
227 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsBlank()
236 bool IsParagraph(bool bHard = false) const in IsParagraph() argument
238 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsParagraph()
246 bool IsShowBookmarks(bool const bHard = false) const in IsShowBookmarks() argument
249 && (bHard || (m_nCoreOptions & ViewOptFlags1::ViewMetachars)); in IsShowBookmarks()
252 bool IsLineBreak(bool bHard = false) const in IsLineBreak() argument
254 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsLineBreak()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dviewopt.hxx212 bool IsTab(bool bHard = false) const in IsTab() argument
214 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsTab()
218 bool IsBlank(bool bHard = false) const in IsBlank() argument
220 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsBlank()
229 bool IsParagraph(bool bHard = false) const in IsParagraph() argument
231 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsParagraph()
235 bool IsLineBreak(bool bHard = false) const in IsLineBreak() argument
237 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsLineBreak()
282 bool IsShowHiddenChar(bool bHard = false) const in IsShowHiddenChar() argument
284 ((m_nCoreOptions & ViewOptFlags1::ViewMetachars)||bHard); } in IsShowHiddenChar()
/dports/net-p2p/dclib/dclib-0.3.23/dclib/core/
H A Dcthread.cpp104 int CThread::Stop( bool bHard ) in Stop() argument
114 if ( bHard ) in Stop()
H A Dcthread.h65 int Stop( bool bHard = true );
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Common/
H A DStoragePosix.pm169 $bHard,
183 …if (!($bHard ? link($strSourcePathFile, $strDestinationLink) : symlink($strSourcePathFile, $strDes…
205 $self->linkCreate($strSourcePathFile, $strDestinationLink, {bHard => $bHard});
H A DStorage.pm283 $bHard,
336 …$strSourcePathFile, $strDestinationLink, {bHard => $bHard, bPathCreate => $bPathCreate, bIgnoreExi…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dconttree.hxx367 bool Update(bool bHard);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dconttree.hxx359 bool Update(bool bHard);
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_own.c897 static int ownBufferPool_ReleaseBuffer(OwnBufferPool *pPool, void *pBuffer, int bHard) in ownBufferPool_ReleaseBuffer() argument
914 if(bHard) in ownBufferPool_ReleaseBuffer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dglbltree.cxx851 bool SwGlobalTree::Update(bool bHard) in Update() argument
905 if (bCopy || bHard) in Update()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dglbltree.cxx1101 bool SwGlobalTree::Update(bool bHard) in Update() argument
1155 if(bCopy || bHard) in Update()