/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | drawtreevisiting.cxx | 948 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 D | writertreevisiting.cxx | 964 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 D | genericelements.hxx | 243 TopMargin( 0.0 ), BottomMargin( 0.0 ), LeftMargin( 0.0 ), RightMargin( 0.0 ), in PageElement() 265 double LeftMargin; member
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | pagesetup.log | 7 ITEM Assertion OK : PageSetup.LeftMargin set/get 16 ITEM Assertion OK : PageSetup.LeftMargin set/get 17 ITEM Assertion OK : PageSetup.LeftMargin set/get
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | pagesetup.log | 7 ITEM Assertion OK : PageSetup.LeftMargin set/get 16 ITEM Assertion OK : PageSetup.LeftMargin set/get 17 ITEM Assertion OK : PageSetup.LeftMargin set/get
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | pagesetup.log | 7 ITEM Assertion OK : PageSetup.LeftMargin set/get 16 ITEM Assertion OK : PageSetup.LeftMargin set/get 17 ITEM Assertion OK : PageSetup.LeftMargin set/get
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | pagesetup.log | 7 ITEM Assertion OK : PageSetup.LeftMargin set/get 16 ITEM Assertion OK : PageSetup.LeftMargin set/get 17 ITEM Assertion OK : PageSetup.LeftMargin set/get
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | TextColumn.idl | 48 // DocMerge from xml: field com::sun::star::text::TextColumn::LeftMargin 55 long LeftMargin;
|
H A D | TextTable.idl | 107 xTable.LeftMargin = 2000 145 [property] long LeftMargin; 223 environment the table is located in and the settings of LeftMargin,
|
H A D | PagePrintSettings.idl | 55 // DocMerge from xml: property com::sun::star::text::PagePrintSettings::LeftMargin 58 [property] long LeftMargin;
|
H A D | NumberingLevel.idl | 155 [property] long LeftMargin; 201 LeftMargin, SymbolTextDistance and FirstLineOffset are used.
|
H A D | XPagePrintable.idl | 57 <LI><P>long LeftMargin - left margin of the page</P>
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | delete.cxx | 111 SwCrsrShell::LeftMargin(); in DelLine() 129 SwCrsrShell::LeftMargin(); in DelToStartOfLine()
|
H A D | move.cxx | 182 sal_Bool SwWrtShell::LeftMargin( sal_Bool bSelect, sal_Bool bBasicCall ) in LeftMargin() function in SwWrtShell 194 return SwCrsrShell::LeftMargin(); in LeftMargin()
|
/aoo42x/main/xmloff/source/text/ |
H A D | XMLTextColumnsContext.cxx | 123 aColumn.LeftMargin = 0; in XMLTextColumnContext_Impl() 154 aColumn.LeftMargin = nVal; in XMLTextColumnContext_Impl()
|
H A D | XMLTextColumnsExport.cxx | 168 pColumns->LeftMargin ); in exportXML()
|
H A D | txtprhdl.cxx | 718 pColumns1->LeftMargin != pColumns2->LeftMargin || in equals()
|
/aoo42x/main/svx/sdi/ |
H A D | svxitems.sdi | 485 INT32 LeftMargin MID_L_MARGIN; // % or direct 670 INT32 LeftMargin MID_MARGIN_L_MARGIN;
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 93 using SwCrsrShell::LeftMargin; 207 sal_Bool LeftMargin ( sal_Bool bSelect, sal_Bool bBasicCall );
|
/aoo42x/main/oovbaapi/ooo/vba/ |
H A D | XPageSetupBase.idl | 50 [attribute] double LeftMargin;
|
/aoo42x/main/sw/source/core/inc/ |
H A D | cntfrm.hxx | 85 virtual sal_Bool LeftMargin( SwPaM * ) const;
|
/aoo42x/main/qadevOOo/objdsc/sm/ |
H A D | math.SmModel.csv | 54 "SmModel";"com::sun::star::formula::FormulaProperties";"LeftMargin"
|
/aoo42x/main/qadevOOo/objdsc/sw/ |
H A D | com.sun.star.comp.office.SwXTextTable.csv | 22 "SwXTextTable";"com::sun::star::text::TextTable";"LeftMargin"
|
/aoo42x/main/oox/source/token/ |
H A D | properties.txt | 251 LeftMargin
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 593 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()
|