Lines Matching refs:bKeep
79 sal_Bool bKeep = sal_False; in getKeepTogether() local
80 …ps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaKeepTogether") ) ) >>= bKeep; in getKeepTogether()
81 return uno::makeAny ( bKeep ); in getKeepTogether()
86 sal_Bool bKeep = sal_False; in setKeepTogether() local
87 if( _keeptogether >>= bKeep ) in setKeepTogether()
89 …tyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaKeepTogether") ), uno::makeAny( bKeep ) ); in setKeepTogether()
99 sal_Bool bKeep = sal_False; in getKeepWithNext() local
100 …ParaProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaSplit") ) ) >>= bKeep; in getKeepWithNext()
101 return uno::makeAny ( bKeep ); in getKeepWithNext()
106 sal_Bool bKeep = sal_False; in setKeepWithNext() local
107 if( _keepwithnext >>= bKeep ) in setKeepWithNext()
109 …tPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ParaSplit") ), uno::makeAny( bKeep ) ); in setKeepWithNext()