Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A Dnavigationbar.cxx98 m_aTabStop = _pOriginal->m_aTabStop; in ONavigationBarModel()
134 REGISTER_VOID_PROP( TABSTOP, m_aTabStop, sal_Bool ); in implInitPropertyContainer()
244 if ( m_aTabStop.hasValue() ) in write()
259 m_aTabStop >>= bTabStop; in write()
319 m_aTabStop = makeAny( _rxInStream->readBoolean() ); in read()
321 m_aTabStop.clear(); in read()
H A DGrid.cxx526 rValue = m_aTabStop; in getFastPropertyValue()
607 …bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_aTabStop, ::getBooleanCppuType(… in convertFastPropertyValue()
684 m_aTabStop = rValue; in setFastPropertyValue_NoBroadcast()
932 if (m_aTabStop.getValueType().getTypeClass() == TypeClass_BOOLEAN) in write()
978 _rxOutStream->writeBoolean(getBOOL(m_aTabStop)); in write()
1119 m_aTabStop = makeBoolAny(_rxInStream->readBoolean()); in read()
H A Dnavigationbar.hxx57 ::com::sun::star::uno::Any m_aTabStop;
H A DGrid.hxx82 ::com::sun::star::uno::Any m_aTabStop;
/trunk/main/dbaccess/source/ui/uno/
H A DColumnModel.cxx98 ,m_aTabStop(_pSource->m_aTabStop) in OColumnControlModel()
129 &m_aTabStop, ::getCppuType( static_cast<sal_Int16*>(NULL) ) ); in registerProperties()
H A DColumnModel.hxx87 ::com::sun::star::uno::Any m_aTabStop;
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx116 m_aTabStop = _pOriginal->m_aTabStop; in ORichTextModel()
201 …REGISTER_VOID_PROP_2( TABSTOP, m_aTabStop, sal_Bool, BOUND, MAYBEDE… in implRegisterProperties()
H A Drichtextmodel.hxx67 ::com::sun::star::uno::Any m_aTabStop;
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.hxx594 rtl::OStringBuffer m_aTabStop; member in RtfAttributeOutput
H A Drtfexport.cxx541 Strm() << m_pAttrOutput->m_aTabStop.makeStringAndClear() << sNewLine; in ExportDocument_Impl()
H A Drtfattributeoutput.cxx2660 m_aTabStop.append( OOO_STRING_SVTOOLS_RTF_DEFTAB ); in ParaTabStop()
2661 m_aTabStop.append( (sal_Int32)rTabStop[0].GetTabPos() ); in ParaTabStop()

Completed in 56 milliseconds