Searched refs:m_aTabStop (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/forms/source/component/ |
H A D | navigationbar.cxx | 98 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 D | Grid.cxx | 526 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 D | navigationbar.hxx | 57 ::com::sun::star::uno::Any m_aTabStop;
|
H A D | Grid.hxx | 82 ::com::sun::star::uno::Any m_aTabStop;
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | ColumnModel.cxx | 98 ,m_aTabStop(_pSource->m_aTabStop) in OColumnControlModel() 129 &m_aTabStop, ::getCppuType( static_cast<sal_Int16*>(NULL) ) ); in registerProperties()
|
H A D | ColumnModel.hxx | 87 ::com::sun::star::uno::Any m_aTabStop;
|
/aoo42x/main/forms/source/richtext/ |
H A D | richtextmodel.cxx | 116 m_aTabStop = _pOriginal->m_aTabStop; in ORichTextModel() 201 …REGISTER_VOID_PROP_2( TABSTOP, m_aTabStop, sal_Bool, BOUND, MAYBEDE… in implRegisterProperties()
|
H A D | richtextmodel.hxx | 67 ::com::sun::star::uno::Any m_aTabStop;
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.hxx | 594 rtl::OStringBuffer m_aTabStop; member in RtfAttributeOutput
|
H A D | rtfexport.cxx | 541 Strm() << m_pAttrOutput->m_aTabStop.makeStringAndClear() << sNewLine; in ExportDocument_Impl()
|
H A D | rtfattributeoutput.cxx | 2660 m_aTabStop.append( OOO_STRING_SVTOOLS_RTF_DEFTAB ); in ParaTabStop() 2661 m_aTabStop.append( (sal_Int32)rTabStop[0].GetTabPos() ); in ParaTabStop()
|
Completed in 144 milliseconds