| /trunk/main/svx/inc/svx/ | 
| H A D | frmdirlbox.hxx | 55                             SvxFrameDirection eDirection,58     void                RemoveEntryValue( SvxFrameDirection eDirection );
 61     void                SelectEntryValue( SvxFrameDirection eDirection );
 63     SvxFrameDirection   GetSelectEntryValue() const;
 68     inline SvxFrameDirection GetSavedValue() const { return meSaveValue; }  in GetSavedValue()
 71     SvxFrameDirection   meSaveValue;    /// Saved value for later comparison.
 79 …LIC FrameDirListBoxWrapper : public sfx::SingleControlWrapper< FrameDirListBox, SvxFrameDirection >
 87     virtual SvxFrameDirection GetControlValue() const;
 88     virtual void        SetControlValue( SvxFrameDirection eValue );
 92 typedef sfx::ValueItemWrapper< SvxFrameDirectionItem, SvxFrameDirection, sal_uInt16 > FrameDirItemW…
 
 | 
| /trunk/main/svx/source/dialog/ | 
| H A D | frmdirlbox.cxx | 34 inline void* lclEnumToVoid( SvxFrameDirection eDirection )  in lclEnumToVoid()39 inline SvxFrameDirection lclVoidToEnum( void* pDirection )  in lclVoidToEnum()
 41     return static_cast< SvxFrameDirection >( reinterpret_cast< sal_IntPtr >( pDirection ) );  in lclVoidToEnum()
 62 void FrameDirectionListBox::InsertEntryValue( const String& rString, SvxFrameDirection eDirection, …  in InsertEntryValue()
 68 void FrameDirectionListBox::RemoveEntryValue( SvxFrameDirection eDirection )  in RemoveEntryValue()
 75 void FrameDirectionListBox::SelectEntryValue( SvxFrameDirection eDirection )  in SelectEntryValue()
 84 SvxFrameDirection FrameDirectionListBox::GetSelectEntryValue() const  in GetSelectEntryValue()
 88         return static_cast< SvxFrameDirection >( 0xFFFF );  in GetSelectEntryValue()
 110 SvxFrameDirection FrameDirListBoxWrapper::GetControlValue() const  in GetControlValue()
 115 void FrameDirListBoxWrapper::SetControlValue( SvxFrameDirection eValue )  in SetControlValue()
 
 | 
| /trunk/main/chart2/source/controller/dialogs/ | 
| H A D | tp_TitleRotation.cxx | 96     SvxFrameDirection aDirection( aLbTextDirection.GetSelectEntryValue() );  in FillItemSet()115 …aLbTextDirection.SelectEntryValue( SvxFrameDirection(((const SvxFrameDirectionItem*)pItem)->GetVal…  in Reset()
 
 | 
| H A D | tp_LegendPosition.cxx | 80 …m_aLbTextDirection.SelectEntryValue( SvxFrameDirection(((const SvxFrameDirectionItem*)pPoolItem)->…  in Reset()
 | 
| H A D | tp_AxisLabel.cxx | 208 …m_aLbTextDirection.SelectEntryValue( SvxFrameDirection(((const SvxFrameDirectionItem*)pPoolItem)->…  in Reset()
 | 
| H A D | res_DataLabel.cxx | 400 …m_aLB_TextDirection.SelectEntryValue( SvxFrameDirection(((const SvxFrameDirectionItem*)pPoolItem)-…  in Reset()
 | 
| /trunk/main/sw/source/ui/shells/ | 
| H A D | txtattr.cxx | 460             SvxFrameDirection eFrmDirection =  in ExecParaAttr()783 						SvxFrameDirection eFrmDir = (SvxFrameDirection)  in GetAttrState()
 
 | 
| /trunk/main/sd/source/ui/func/ | 
| H A D | futext.cxx | 907 …SvxFrameDirection eDirection = (SvxFrameDirection)((SvxFrameDirectionItem&)rSet.Get(EE_PARA_WRITIN…  in MouseButtonUp()930 …SvxFrameDirection eDirection = (SvxFrameDirection)((SvxFrameDirectionItem&)rSet.Get(EE_PARA_WRITIN…  in MouseButtonUp()
 
 | 
| /trunk/main/sc/source/filter/inc/ | 
| H A D | xlstyle.hxx | 523     SvxFrameDirection   GetScFrameDir() const;530     void                SetScFrameDir( SvxFrameDirection eFrameDir );
 
 | 
| /trunk/main/forms/source/richtext/ | 
| H A D | rtattributehandler.cxx | 474 …SvxFrameDirection eDirection = static_cast< SvxFrameDirection >( static_cast< const SvxFrameDirect…  in implGetCheckState()
 | 
| H A D | rtattributehandler.hxx | 219         SvxFrameDirection   m_eParagraphDirection;
 | 
| /trunk/main/editeng/inc/editeng/ | 
| H A D | frmdir.hxx | 30 enum SvxFrameDirection  enum
 | 
| H A D | frmdiritem.hxx | 47     SvxFrameDirectionItem( SvxFrameDirection nValue /*= FRMDIR_HORI_LEFT_TOP*/,
 | 
| /trunk/main/sc/source/filter/excel/ | 
| H A D | xlstyle.cxx | 1622 SvxFrameDirection XclCellAlign::GetScFrameDir() const  in GetScFrameDir()1624     SvxFrameDirection eFrameDir = FRMDIR_ENVIRONMENT;  in GetScFrameDir()
 1663 void XclCellAlign::SetScFrameDir( SvxFrameDirection eFrameDir )  in SetScFrameDir()
 
 | 
| /trunk/main/sc/source/core/data/ | 
| H A D | patattr.cxx | 522 	SvxFrameDirection eDirection;  in FillToEditItemSet()625 		eDirection = (SvxFrameDirection)((const SvxFrameDirectionItem*)pItem)->GetValue();  in FillToEditItemSet()
 675 		eDirection = (SvxFrameDirection)((const SvxFrameDirectionItem&)  in FillToEditItemSet()
 
 | 
| H A D | stlsheet.cxx | 227 						SvxFrameDirection eDirection = ScGlobal::IsSystemRTL() ?  in GetItemSet()
 | 
| H A D | documen8.cxx | 401 		SvxFrameDirection eDirection = (SvxFrameDirection)  in GetEditTextDirection()
 | 
| /trunk/main/sw/inc/ | 
| H A D | poolfmt.hxx | 424 SvxFrameDirection GetDefaultFrameDirection(sal_uLong nLanguage);
 | 
| /trunk/main/cui/source/tabpages/ | 
| H A D | paragrph.cxx | 1218         SvxFrameDirection eDir = aTextDirectionLB.GetSelectEntryValue();  in FillItemSet()1314         aTextDirectionLB.SelectEntryValue( (SvxFrameDirection)rFrameDirItem.GetValue() );  in Reset()
 1351 	SvxFrameDirection eDir = aTextDirectionLB.GetSelectEntryValue();  in IMPL_LINK()
 
 | 
| H A D | page.cxx | 737         aTextFlowBox.SelectEntryValue( static_cast< SvxFrameDirection >( nVal ) );  in Reset()967     SvxFrameDirection eDirection = aTextFlowBox.GetSelectEntryValue();  in FillItemSet()
 
 | 
| /trunk/main/sc/source/ui/drawfunc/ | 
| H A D | drtxtob.cxx | 1220 	    SvxFrameDirection eAttrDir = (SvxFrameDirection)((const SvxFrameDirectionItem&)  in GetAttrState()
 | 
| /trunk/main/sc/source/ui/view/ | 
| H A D | formatsh.cxx | 2514             SvxFrameDirection eDirection = ( nSlot == SID_ATTR_PARA_LEFT_TO_RIGHT ) ?  in ExecuteTextDirection()2539         SvxFrameDirection eCellDir = (SvxFrameDirection)((const SvxFrameDirectionItem&)  in GetTextDirectionState()
 
 | 
| /trunk/main/sw/source/ui/table/ | 
| H A D | tabledlg.cxx | 509         rCoreSet.Put( SvxFrameDirectionItem( (SvxFrameDirection)nDirection, RES_FRAMEDIR));  in FillItemSet()1629 …  (SvxFrameDirection)(sal_uLong)aTextDirectionLB.GetEntryData(aTextDirectionLB.GetSelectEntryPos())  in FillItemSet()
 
 | 
| /trunk/main/sw/source/core/doc/ | 
| H A D | docdesc.cxx | 605 		SvxFrameDirection aFrameDirection = bRegardLanguage ?  in MakePageDesc()
 | 
| H A D | poolfmt.cxx | 313 SvxFrameDirection GetDefaultFrameDirection(sal_uLong nLanguage)  in GetDefaultFrameDirection()315     SvxFrameDirection eResult = (MsLangId::isRightToLeft( static_cast<LanguageType>(nLanguage)) ?  in GetDefaultFrameDirection()
 
 |