Lines Matching refs:Cell

120 			CellProperties(SdrObject& rObj, sdr::table::Cell* pCell );
123 CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pCell);
162 CellProperties::CellProperties(SdrObject& rObj, sdr::table::Cell* pCell) in CellProperties()
168 …CellProperties::CellProperties(const CellProperties& rProps, SdrObject& rObj, sdr::table::Cell* pC… in CellProperties()
292 rtl::Reference< Cell > Cell::create( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObjec… in create()
294 rtl::Reference< Cell > xCell( new Cell( rTableObj, pOutlinerParaObject ) ); in create()
305 Cell::Cell( SdrTableObj& rTableObj, OutlinerParaObject* pOutlinerParaObject ) throw() in Cell() function in sdr::table::Cell
324 Cell::~Cell() throw() in ~Cell()
331 void Cell::dispose() in dispose()
357 void Cell::SetModel(SdrModel* pNewModel) in SetModel()
388 void Cell::merge( sal_Int32 nColumnSpan, sal_Int32 nRowSpan ) in merge()
401 void Cell::mergeContent( const CellRef& xSourceCell ) in mergeContent()
430 void Cell::cloneFrom( const CellRef& xCell ) in cloneFrom()
450 void Cell::replaceContentAndFormating( const CellRef& xSourceCell ) in replaceContentAndFormating()
469 void Cell::setMerged() in setMerged()
480 void Cell::notifyModified() in notifyModified()
490 bool Cell::IsTextEditActive() in IsTextEditActive()
508 bool Cell::hasText() const in hasText()
530 OutlinerParaObject* Cell::GetEditOutlinerParaObject() const in GetEditOutlinerParaObject()
540 void Cell::SetStyleSheet( SfxStyleSheet* pStyleSheet, sal_Bool bDontRemoveHardAttr ) in SetStyleSheet()
554 const SfxItemSet& Cell::GetObjectItemSet() in GetObjectItemSet()
567 void Cell::SetObjectItem(const SfxPoolItem& rItem) in SetObjectItem()
576 void Cell::SetMergedItem(const SfxPoolItem& rItem) in SetMergedItem()
581 SfxStyleSheet* Cell::GetStyleSheet() const in GetStyleSheet()
591 SfxStyleSheetPool* Cell::GetStyleSheetPool() const in GetStyleSheetPool()
601 const Rectangle& Cell::GetCurrentBoundRect() const in GetCurrentBoundRect()
608 void Cell::TakeTextAnchorRect(Rectangle& rAnchorRect) const in TakeTextAnchorRect()
618 const SfxItemSet& Cell::GetItemSet() const in GetItemSet()
625 void Cell::SetMergedItemSetAndBroadcast(const SfxItemSet& rSet, sal_Bool bClearAllItems) in SetMergedItemSetAndBroadcast()
636 sal_Int32 Cell::getMinimumWidth() in getMinimumWidth()
643 sal_Int32 Cell::getMinimumHeight() in getMinimumHeight()
683 long Cell::GetTextLeftDistance() const in GetTextLeftDistance()
690 long Cell::GetTextRightDistance() const in GetTextRightDistance()
697 long Cell::GetTextUpperDistance() const in GetTextUpperDistance()
704 long Cell::GetTextLowerDistance() const in GetTextLowerDistance()
711 SdrTextVertAdjust Cell::GetTextVerticalAdjust() const in GetTextVerticalAdjust()
718 SdrTextHorzAdjust Cell::GetTextHorizontalAdjust() const in GetTextHorizontalAdjust()
725 void Cell::SetOutlinerParaObject( OutlinerParaObject* pTextObject ) in SetOutlinerParaObject()
736 void Cell::AddUndo() in AddUndo()
748 …::properties::TextProperties* Cell::CloneProperties( sdr::properties::TextProperties* pProperties,… in CloneProperties()
758 sdr::properties::TextProperties* Cell::CloneProperties( SdrObject& rNewObj, Cell& rNewCell ) in CloneProperties()
767 Any SAL_CALL Cell::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()
790 void SAL_CALL Cell::acquire() throw () in acquire()
797 void SAL_CALL Cell::release() throw () in release()
806 Sequence< Type > SAL_CALL Cell::getTypes( ) throw (RuntimeException) in getTypes()
820 Sequence< sal_Int8 > SAL_CALL Cell::getImplementationId( ) throw (RuntimeException) in getImplementationId()
839 OUString SAL_CALL Cell::getImplementationName( ) throw (RuntimeException) in getImplementationName()
846 sal_Bool SAL_CALL Cell::supportsService( const OUString& ServiceName ) throw (RuntimeException) in supportsService()
859 Sequence< OUString > SAL_CALL Cell::getSupportedServiceNames( ) throw (RuntimeException) in getSupportedServiceNames()
873 ::com::sun::star::awt::Size SAL_CALL Cell::getMinimumSize( ) throw (RuntimeException) in getMinimumSize()
880 ::com::sun::star::awt::Size SAL_CALL Cell::getPreferredSize( ) throw (RuntimeException) in getPreferredSize()
887 ::com::sun::star::awt::Size SAL_CALL Cell::calcAdjustedSize( const ::com::sun::star::awt::Size& aNe… in calcAdjustedSize()
896 sal_Int32 SAL_CALL Cell::getRowSpan() throw (RuntimeException) in getRowSpan()
903 sal_Int32 SAL_CALL Cell::getColumnSpan() throw (RuntimeException) in getColumnSpan()
910 sal_Bool SAL_CALL Cell::isMerged() throw (RuntimeException) in isMerged()
919 OUString SAL_CALL Cell::getFormula( ) throw (RuntimeException) in getFormula()
926 void SAL_CALL Cell::setFormula( const OUString& aFormula ) throw (RuntimeException) in setFormula()
936 double SAL_CALL Cell::getValue( ) throw (RuntimeException) in getValue()
943 void SAL_CALL Cell::setValue( double nValue ) throw (RuntimeException) in setValue()
954 CellContentType SAL_CALL Cell::getType() throw (RuntimeException) in getType()
961 sal_Int32 SAL_CALL Cell::getError( ) throw (RuntimeException) in getError()
970 Any Cell::GetAnyForItem( SfxItemSet& aSet, const SfxItemPropertySimpleEntry* pMap ) in GetAnyForItem()
992 Reference< XPropertySetInfo > SAL_CALL Cell::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
999 void SAL_CALL Cell::setPropertyValue( const OUString& rPropertyName, const Any& rValue ) throw(Unkn… in setPropertyValue()
1144 Any SAL_CALL Cell::getPropertyValue( const OUString& PropertyName ) throw(UnknownPropertyException,… in getPropertyValue()
1234 void SAL_CALL Cell::addPropertyChangeListener( const OUString& /*aPropertyName*/, const Reference< … in addPropertyChangeListener()
1240 void SAL_CALL Cell::removePropertyChangeListener( const OUString& /*aPropertyName*/, const Referenc… in removePropertyChangeListener()
1246 void SAL_CALL Cell::addVetoableChangeListener( const OUString& /*PropertyName*/, const Reference< X… in addVetoableChangeListener()
1252 void SAL_CALL Cell::removeVetoableChangeListener( const OUString& /*PropertyName*/, const Reference… in removeVetoableChangeListener()
1260 void SAL_CALL Cell::setPropertyValues( const Sequence< OUString >& aPropertyNames, const Sequence< … in setPropertyValues()
1291 Sequence< Any > SAL_CALL Cell::getPropertyValues( const Sequence< OUString >& aPropertyNames ) thro… in getPropertyValues()
1325 void SAL_CALL Cell::addPropertiesChangeListener( const Sequence< OUString >& /*aPropertyNames*/, co… in addPropertiesChangeListener()
1331 void SAL_CALL Cell::removePropertiesChangeListener( const Reference< XPropertiesChangeListener >& /… in removePropertiesChangeListener()
1337 void SAL_CALL Cell::firePropertiesChangeEvent( const Sequence< OUString >& /*aPropertyNames*/, cons… in firePropertiesChangeEvent()
1345 PropertyState SAL_CALL Cell::getPropertyState( const OUString& PropertyName ) throw(UnknownProperty… in getPropertyState()
1457 Sequence< PropertyState > SAL_CALL Cell::getPropertyStates( const Sequence< OUString >& aPropertyNa… in getPropertyStates()
1488 void SAL_CALL Cell::setPropertyToDefault( const OUString& PropertyName ) throw(UnknownPropertyExcep… in setPropertyToDefault()
1531 Any SAL_CALL Cell::getPropertyDefault( const OUString& aPropertyName ) throw(UnknownPropertyExcepti… in getPropertyDefault()
1580 void SAL_CALL Cell::setAllPropertiesToDefault( ) throw (RuntimeException) in setAllPropertiesToDefault()
1609 void SAL_CALL Cell::setPropertiesToDefault( const Sequence< OUString >& aPropertyNames ) throw (Unk… in setPropertiesToDefault()
1620 Sequence< Any > SAL_CALL Cell::getPropertyDefaults( const Sequence< OUString >& aPropertyNames ) th… in getPropertyDefaults()
1637 void SAL_CALL Cell::setFastPropertyValue( sal_Int32 nHandle, const Any& aValue ) throw (UnknownProp… in setFastPropertyValue()
1646 Any SAL_CALL Cell::getFastPropertyValue( sal_Int32 nHandle ) throw (UnknownPropertyException, Wrapp… in getFastPropertyValue()
1656 void SAL_CALL Cell::insertTextContent( const Reference< XTextRange >& xRange, const Reference< XTex… in insertTextContent()
1664 void SAL_CALL Cell::removeTextContent( const Reference< XTextContent >& xContent ) throw (NoSuchEle… in removeTextContent()
1674 Reference< XTextCursor > SAL_CALL Cell::createTextCursor( ) throw (RuntimeException) in createTextCursor()
1681 Reference< XTextCursor > SAL_CALL Cell::createTextCursorByRange( const Reference< XTextRange >& aTe… in createTextCursorByRange()
1688 void SAL_CALL Cell::insertString( const Reference< XTextRange >& xRange, const OUString& aString, s… in insertString()
1696 void SAL_CALL Cell::insertControlCharacter( const Reference< XTextRange >& xRange, sal_Int16 nContr… in insertControlCharacter()
1706 Reference< XText > SAL_CALL Cell::getText( ) throw (RuntimeException) in getText()
1713 Reference< XTextRange > SAL_CALL Cell::getStart( ) throw (RuntimeException) in getStart()
1720 Reference< XTextRange > SAL_CALL Cell::getEnd( ) throw (RuntimeException) in getEnd()
1727 OUString SAL_CALL Cell::getString( ) throw (RuntimeException) in getString()
1735 void SAL_CALL Cell::setString( const OUString& aString ) throw (RuntimeException) in setString()
1742 void SAL_CALL Cell::disposing( const EventObject& /*Source*/ ) throw (RuntimeException) in disposing()
1785 OUString Cell::getName() in getName()