Home
last modified time | relevance | path

Searched defs:margin (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx61 void SAL_CALL VbaPageSetupBase::setTopMargin( double margin ) throw (css::uno::RuntimeException) in setTopMargin()
115 void SAL_CALL VbaPageSetupBase::setBottomMargin( double margin ) throw (css::uno::RuntimeException) in setBottomMargin()
156 void SAL_CALL VbaPageSetupBase::setRightMargin( double margin ) throw (css::uno::RuntimeException) in setRightMargin()
186 void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) throw (css::uno::RuntimeException) in setLeftMargin()
215 void SAL_CALL VbaPageSetupBase::setHeaderMargin( double margin ) throw (css::uno::RuntimeException) in setHeaderMargin()
244 void SAL_CALL VbaPageSetupBase::setFooterMargin( double margin ) throw (css::uno::RuntimeException) in setFooterMargin()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DRegistryTools.java268 PrintWriter out, String margin) in printTreeInfo()
285 String keyName, PrintWriter out, String margin) in printKeyInfo()
/trunk/main/sc/source/ui/vba/
H A Dvbapagesetup.cxx125 void SAL_CALL ScVbaPageSetup::setHeaderMargin( double margin ) throw (css::uno::RuntimeException) in setHeaderMargin()
135 void SAL_CALL ScVbaPageSetup::setFooterMargin( double margin ) throw (css::uno::RuntimeException) in setFooterMargin()
/trunk/main/sw/source/ui/vba/
H A Dvbapagesetup.cxx58 double margin = VbaPageSetupBase::getLeftMargin() + _gutter; in setGutter() local

Completed in 29 milliseconds