Home
last modified time | relevance | path

Searched refs:LeftMargin (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/sdext/source/pdfimport/tree/
H A Ddrawtreevisiting.cxx948 p_x += pPage->LeftMargin; in visit()
950 p_w -= pPage->LeftMargin+pPage->RightMargin; in visit()
1009 elem.TopMargin = elem.h, elem.BottomMargin = 0, elem.LeftMargin = elem.w, elem.RightMargin = 0; in visit()
1013 if( (*it)->x < elem.LeftMargin ) in visit()
1014 elem.LeftMargin = (*it)->x; in visit()
1024 double left_margin = convPx2mm( elem.LeftMargin ); in visit()
1061 elem.LeftMargin = convmm2Px( left_margin ); in visit()
H A Dwritertreevisiting.cxx964 p_x += pPage->LeftMargin; in visit()
966 p_w -= pPage->LeftMargin+pPage->RightMargin; in visit()
1079 elem.TopMargin = elem.h, elem.BottomMargin = 0, elem.LeftMargin = elem.w, elem.RightMargin = 0; in visit()
1086 if( (*it)->x < elem.LeftMargin ) in visit()
1087 elem.LeftMargin = (*it)->x; in visit()
1104 double left_margin = convPx2mm( elem.LeftMargin ); in visit()
1149 elem.LeftMargin = convmm2Px( left_margin ); in visit()
H A Dgenericelements.hxx243 TopMargin( 0.0 ), BottomMargin( 0.0 ), LeftMargin( 0.0 ), RightMargin( 0.0 ), in PageElement()
265 double LeftMargin; member
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dpagesetup.log7 ITEM Assertion OK : PageSetup.LeftMargin set/get
16 ITEM Assertion OK : PageSetup.LeftMargin set/get
17 ITEM Assertion OK : PageSetup.LeftMargin set/get
/trunk/main/offapi/com/sun/star/text/
H A DTextColumn.idl48 // DocMerge from xml: field com::sun::star::text::TextColumn::LeftMargin
55 long LeftMargin;
H A DTextTable.idl107 xTable.LeftMargin = 2000
145 [property] long LeftMargin;
223 environment the table is located in and the settings of LeftMargin,
H A DPagePrintSettings.idl55 // DocMerge from xml: property com::sun::star::text::PagePrintSettings::LeftMargin
58 [property] long LeftMargin;
H A DNumberingLevel.idl155 [property] long LeftMargin;
201 LeftMargin, SymbolTextDistance and FirstLineOffset are used.
H A DXPagePrintable.idl57 <LI><P>long LeftMargin - left margin of the page</P>
/trunk/main/sw/source/ui/wrtsh/
H A Ddelete.cxx111 SwCrsrShell::LeftMargin(); in DelLine()
129 SwCrsrShell::LeftMargin(); in DelToStartOfLine()
H A Dmove.cxx182 sal_Bool SwWrtShell::LeftMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in LeftMargin() function in SwWrtShell
194 return SwCrsrShell::LeftMargin(); in LeftMargin()
/trunk/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx123 aColumn.LeftMargin = 0; in XMLTextColumnContext_Impl()
154 aColumn.LeftMargin = nVal; in XMLTextColumnContext_Impl()
H A DXMLTextColumnsExport.cxx168 pColumns->LeftMargin ); in exportXML()
H A Dtxtprhdl.cxx718 pColumns1->LeftMargin != pColumns2->LeftMargin || in equals()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi485 INT32 LeftMargin MID_L_MARGIN; // % or direct
670 INT32 LeftMargin MID_MARGIN_L_MARGIN;
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx93 using SwCrsrShell::LeftMargin;
207 sal_Bool LeftMargin ( sal_Bool bSelect, sal_Bool bBasicCall );
/trunk/main/oovbaapi/ooo/vba/
H A DXPageSetupBase.idl50 [attribute] double LeftMargin;
/trunk/main/sw/source/core/inc/
H A Dcntfrm.hxx85 virtual sal_Bool LeftMargin( SwPaM * ) const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sm/
H A Dmath.SmModel.csv54 "SmModel";"com::sun::star::formula::FormulaProperties";"LeftMargin"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXTextTable.csv22 "SwXTextTable";"com::sun::star::text::TextTable";"LeftMargin"
/trunk/main/oox/source/token/
H A Dproperties.txt251 LeftMargin
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx593 pColumn[nCol].LeftMargin = nCol ? m_aColDistance[nCol - 1 ] / 2 : 0; in ApplyColumnProperties()
595 …(double( m_aColWidth[nCol] + pColumn[nCol].RightMargin + pColumn[nCol].LeftMargin ) + 0.5 ) * fRel… in ApplyColumnProperties()

Completed in 90 milliseconds

12