Searched refs:bKey (Results 1 – 3 of 3) sorted by relevance
182 sal_Bool bKey = m_bPKeyAllowed && pButton != &m_aRB_View; in IMPL_LINK() local183 m_aFT_KeyName.Enable(bKey && m_aCB_PrimaryColumn.IsChecked()); in IMPL_LINK()184 m_edKeyName.Enable(bKey && m_aCB_PrimaryColumn.IsChecked()); in IMPL_LINK()185 m_aCB_PrimaryColumn.Enable(bKey); in IMPL_LINK()
46 inline void SetKey(ETableFieldType bKey=TAB_NORMAL_FIELD) { m_eFieldType = bKey; } in SetKey() argument
2148 void implWriteCharToBuffer( ::rtl::OUStringBuffer& aBuf, sal_Unicode cu, bool bKey ) in implWriteCharToBuffer() argument2165 else if( bKey && cu == '=' ) in implWriteCharToBuffer()2170 else if( bKey && cu == ':' ) in implWriteCharToBuffer()2203 Reference< io::XTextOutputStream > xTextOutputStream, bool bKey ) in implWriteStringWithEncoding() argument2216 implWriteCharToBuffer( aBuf, cu, bKey ); in implWriteStringWithEncoding()2219 if( !bKey ) in implWriteStringWithEncoding()
Completed in 31 milliseconds