[Libreoffice-commits] .: cui/source

Joseph Powers jpowers at kemper.freedesktop.org
Fri Jun 10 06:44:39 PDT 2011


 cui/source/inc/cuitabline.hxx |   88 +++++++++++++++++++++---------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

New commits:
commit 72e6d5504a52715fe3eb304baf8dcf37a4442281
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Fri Jun 10 06:44:26 2011 -0700

    Whitespace cleanup.
    
    No code changes.

diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 2d26b64..0980114 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -52,19 +52,19 @@ private:
     XDashList*          pNewDashList;
     XLineEndList*       pLineEndList;
     XLineEndList*       pNewLineEndList;
-    sal_Bool                bObjSelected;
+    sal_Bool            bObjSelected;
 
     ChangeType          nLineEndListState;
     ChangeType          nDashListState;
     ChangeType          mnColorTableState;
 
-    sal_uInt16              nPageType;
-    sal_uInt16              nDlgType;
-    sal_uInt16              nPosDashLb;
-    sal_uInt16              nPosLineEndLb;
-    sal_uInt16              mnPos;
-    sal_Bool                mbAreaTP;
-    sal_Bool                mbDeleteColorTable;
+    sal_uInt16          nPageType;
+    sal_uInt16          nDlgType;
+    sal_uInt16          nPosDashLb;
+    sal_uInt16          nPosLineEndLb;
+    sal_uInt16          mnPos;
+    sal_Bool            mbAreaTP;
+    sal_Bool            mbDeleteColorTable;
 
     virtual void        PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
 
@@ -81,17 +81,17 @@ public:
                       sal_Bool bHasObj = sal_True );
     ~SvxLineTabDialog();
 
-    void             SetNewDashList( XDashList* pInLst)
+    void                SetNewDashList( XDashList* pInLst)
                         { pNewDashList = pInLst; }
-    XDashList*       GetNewDashList() const { return pNewDashList; }
-    const XDashList* GetDashList() const { return pDashList; }
+    XDashList*          GetNewDashList() const { return pNewDashList; }
+    const XDashList*    GetDashList() const { return pDashList; }
 
     void                SetNewLineEndList( XLineEndList* pInLst)
-                            { pNewLineEndList = pInLst; }
+                        { pNewLineEndList = pInLst; }
     XLineEndList*       GetNewLineEndList() const { return pNewLineEndList; }
     const XLineEndList* GetLineEndList() const { return pLineEndList; }
 
-    void				SetNewColorTable( XColorTable* pColTab ) { mpNewColorTab = pColTab; }
+    void                SetNewColorTable( XColorTable* pColTab ) { mpNewColorTab = pColTab; }
     XColorTable*        GetNewColorTable() const { return mpNewColorTab; }
     const XColorTable*  GetColorTable() const { return pColorTab; }
 };
@@ -136,30 +136,30 @@ private:
 
     //#58425# Symbole auf einer Linie (z.B. StarChart) ->
     SdrObjList*         pSymbolList; //a list of symbols to be shown in menu. Symbol at position SID_ATTR_SYMBOLTYPE is to be shown in preview. The list position is to be used cyclic.
-    bool				bNewSize;
-    Graphic				aAutoSymbolGraphic; //a graphic to be displayed in the preview in case that an automatic symbol is choosen
-    long				nNumMenuGalleryItems;
-    long				nSymbolType;
+    bool                bNewSize;
+    Graphic             aAutoSymbolGraphic; //a graphic to be displayed in the preview in case that an automatic symbol is choosen
+    long                nNumMenuGalleryItems;
+    long                nSymbolType;
     SfxItemSet*         pSymbolAttr; //attributes for the shown symbols; only necessary if not equal to line properties
-    FixedLine			aFlSymbol;
+    FixedLine           aFlSymbol;
     MenuButton          aSymbolMB;
     FixedText           aSymbolWidthFT;
-    MetricField			aSymbolWidthMF;
-    FixedText			aSymbolHeightFT;
-    MetricField			aSymbolHeightMF;
-    CheckBox			aSymbolRatioCB;
+    MetricField         aSymbolWidthMF;
+    FixedText           aSymbolHeightFT;
+    MetricField         aSymbolHeightMF;
+    CheckBox            aSymbolRatioCB;
     std::vector<String> aGrfNames;
-    List				aGrfBrushItems;
-    String				sNumCharFmtName;
-    sal_Bool				bLastWidthModified;
-    Size				aSymbolLastSize;
-    Graphic				aSymbolGraphic;
-    Size				aSymbolSize;
-    sal_Bool				bSymbols;
+    List                aGrfBrushItems;
+    String              sNumCharFmtName;
+    sal_Bool            bLastWidthModified;
+    Size                aSymbolLastSize;
+    Graphic             aSymbolGraphic;
+    Size                aSymbolSize;
+    sal_Bool            bSymbols;
 
     const SfxItemSet&   rOutAttrs;
     RECT_POINT          eRP;
-    sal_Bool                bObjSelected;
+    sal_Bool            bObjSelected;
 
     XOutdevItemPool*    pXPool;
     XLineStyleItem      aXLStyle;
@@ -176,15 +176,15 @@ private:
     ChangeType*         pnLineEndListState;
     ChangeType*         pnDashListState;
     ChangeType*         pnColorTableState;
-    sal_uInt16             nPageType; 
-    sal_uInt16             nDlgType; 
-    sal_uInt16*             pPosDashLb;
-    sal_uInt16*             pPosLineEndLb;
+    sal_uInt16          nPageType;
+    sal_uInt16          nDlgType;
+    sal_uInt16*         pPosDashLb;
+    sal_uInt16*         pPosLineEndLb;
 
     SfxMapUnit          ePoolUnit;
 
     // #63083#
-    sal_Int32				nActLineWidth;
+    sal_Int32           nActLineWidth;
 
     //Handler f�r Gallery-Popup-Menue-Button + Size
     DECL_LINK( GraphicHdl_Impl, MenuButton * );
@@ -241,7 +241,7 @@ public:
 
     void    SetLineEndChgd( ChangeType* pIn ) { pnLineEndListState = pIn; }
     void    SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; }
-    void	SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; }
+    void    SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; }
 
     virtual void PageCreated (SfxAllItemSet aSet);
     virtual void    DataChanged( const DataChangedEvent& rDCEvt );
@@ -282,7 +282,7 @@ private:
 
     const SfxItemSet&   rOutAttrs;
     XDash               aDash;
-    sal_Bool                bObjSelected;
+    sal_Bool            bObjSelected;
 
     XOutdevItemPool*    pXPool;
     XLineStyleItem      aXLStyle;
@@ -295,9 +295,9 @@ private:
     XDashList*          pDashList;
 
     ChangeType*         pnDashListState;
-    sal_uInt16*             pPageType;
-    sal_uInt16*             pDlgType;
-    sal_uInt16*             pPosDashLb;
+    sal_uInt16*         pPageType;
+    sal_uInt16*         pDlgType;
+    sal_uInt16*         pPosDashLb;
 
     SfxMapUnit          ePoolUnit;
     FieldUnit           eFUnit;
@@ -372,7 +372,7 @@ private:
 
     const SfxItemSet&   rOutAttrs;
     const SdrObject*    pPolyObj;
-    sal_Bool                bObjSelected;
+    sal_Bool            bObjSelected;
 
     XOutdevItemPool*    pXPool;
     XLineStyleItem      aXLStyle;
@@ -384,9 +384,9 @@ private:
     XLineEndList*       pLineEndList;
 
     ChangeType*         pnLineEndListState;
-    sal_uInt16*             pPageType;
-    sal_uInt16*             pDlgType;
-    sal_uInt16*             pPosLineEndLb;
+    sal_uInt16*         pPageType;
+    sal_uInt16*         pDlgType;
+    sal_uInt16*         pPosLineEndLb;
 
 #ifdef _SVX_TPLNEEND_CXX
     DECL_LINK( ClickAddHdl_Impl, void * );


More information about the Libreoffice-commits mailing list