Home
last modified time | relevance | path

Searched refs:setBOOL (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/forms/source/component/
H A DGrid.cxx514 setBOOL(rValue, m_bDisplaySynchron); in getFastPropertyValue()
517 setBOOL(rValue, m_bAlwaysShowCursor); in getFastPropertyValue()
523 setBOOL(rValue, m_bPrintable); in getFastPropertyValue()
529 setBOOL(rValue, m_bNavigation); in getFastPropertyValue()
532 setBOOL(rValue, m_bRecordMarker); in getFastPropertyValue()
535 setBOOL(rValue, m_bEnable); in getFastPropertyValue()
538 setBOOL(rValue, m_bEnableVisible); in getFastPropertyValue()
/AOO41X/main/extensions/test/stm/
H A Ddatatest.cxx515 aValue.setBOOL( m_b ); in getPropertyValue()
931 any.setBOOL( TRUE ); in testObject()
983 any.setBOOL( TRUE ); in testObject()
/AOO41X/main/comphelper/inc/comphelper/
H A Dtypes.hxx164 inline void setBOOL(staruno::Any& _rAny, sal_Bool _b) in setBOOL() function
/AOO41X/main/xmloff/source/style/
H A DPageMasterPropHdl.cxx318 setBOOL( rValue, bFound ); in importXML()
/AOO41X/main/sc/workben/
H A Dtest.cxx566 aAny.setBOOL(FALSE); in lcl_Cursor()
1429 aAny.setBOOL(FALSE); in lcl_Styles()
1946 aAny.setBOOL(FALSE); in IMPL_LINK()
/AOO41X/main/sfx2/source/doc/
H A Doleprops.cxx874 ::comphelper::setBOOL( aValue, bBool ? sal_True : sal_False ); in GetAnyValue()
/AOO41X/main/svx/source/fmcomp/
H A Dfmgridif.cxx1445 …case TypeClass_BOOLEAN : ::comphelper::setBOOL(pReturnArray[i],xFieldContent->getBoolean(… in queryFieldData()