Home
last modified time | relevance | path

Searched refs:bKey (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A DWCPage.cxx182 sal_Bool bKey = m_bPKeyAllowed && pButton != &m_aRB_View; in IMPL_LINK() local
183 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableFieldInfo.hxx46 inline void SetKey(ETableFieldType bKey=TAB_NORMAL_FIELD) { m_eFieldType = bKey; } in SetKey() argument
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx2148 void implWriteCharToBuffer( ::rtl::OUStringBuffer& aBuf, sal_Unicode cu, bool bKey ) in implWriteCharToBuffer() argument
2165 else if( bKey && cu == '=' ) in implWriteCharToBuffer()
2170 else if( bKey && cu == ':' ) in implWriteCharToBuffer()
2203 Reference< io::XTextOutputStream > xTextOutputStream, bool bKey ) in implWriteStringWithEncoding() argument
2216 implWriteCharToBuffer( aBuf, cu, bKey ); in implWriteStringWithEncoding()
2219 if( !bKey ) in implWriteStringWithEncoding()

Completed in 42 milliseconds