Home
last modified time | relevance | path

Searched defs:x (Results 526 – 550 of 596) sorted by relevance

1...<<21222324

/trunk/main/oox/source/export/
H A Ddrawingml.cxx882 #define AUTONUM(x) \ argument
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx751 void SAL_CALL FmXGridControl::draw( sal_Int32 x, sal_Int32 y ) throw( RuntimeException ) in draw()
2536 void FmXGridPeer::draw( sal_Int32 x, sal_Int32 y ) throw( RuntimeException ) in draw()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx329 #define min( x, y ) (( x < y ) ? x : y) argument
330 #define max( x, y ) (( x > y ) ? x : y) argument
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_content.cxx1566 # define NNIL(x) (x?x:"<Null>") in vfs_authentication_callback() argument
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx51 #define A2OU(x) ::rtl::OUString::createFromAscii( x ) argument
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1789 sal_uInt16 x = SVBT16ToShort(p); in WriteBmp() local
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx88 #define OUSTR(x) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x )) argument
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx119 Any x = xI->queryInterface( ::getCppuType((const Reference< XLocaleData2 >*)0) ); in LocaleDataWrapper() local
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx1038 void UnoControl::draw( sal_Int32 x, sal_Int32 y ) throw(RuntimeException) in draw()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx62 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx692 int x = aPixelPosition.getX() - aParentLocation.X; in getBounds() local
/trunk/main/starmath/source/
H A Dmathmlexport.cxx1472 for (sal_uLong x = 0; x < pMatrix->GetNumCols(); x++) in ExportMatrix() local
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx873 Any x = xI->queryInterface( ::getCppuType((const Reference< i18n::XBreakIterator >*)0) ); in GetBreakIterator() local
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx117 #define SEQTYPE(x) (new ::com::sun::star::uno::Type( x )) argument
119 #define SEQTYPE(x) &(x) argument
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx2025 int x( rPt.X() ); in ImplDrawFadeArrow() local
2117 const int x = rRect.nLeft + 1; in ImplDrawGrip() local
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx824 void CellValueGetter::visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xC… in visitNode()
931 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode()
965 virtual void processValue( sal_Int32 x, sal_Int32 y, const uno::Any& aValue ) in processValue()
980 void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode()
1028 virtual void visitNode( sal_Int32 x, sal_Int32 y, const uno::Reference< table::XCell >& xCell ) in visitNode()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx626 sal_uInt16 x = 0; in SetSelection() local
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx142 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1620 for (sal_uInt16 x = m_nMinX ; x <= m_nMaxX ; ++x) in NotifyRefMode() local
/trunk/main/svx/workben/
H A Dedittest.cxx1310 long x = pEditView->GetEditEngine()->GetPaperSize().Width(); in IMPL_LINK_INLINE_END() local
/trunk/main/svl/source/numbers/
H A Dzformat.cxx1969 sal_uLong SvNumberformat::ImpGGT(sal_uLong x, sal_uLong y) in ImpGGT()
1986 sal_uLong SvNumberformat::ImpGGTRound(sal_uLong x, sal_uLong y) in ImpGGTRound()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx779 long x,y; in ReadPoint() local
1301 long x,y; in ReadMarker() local
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx127 #define MAP_LEN(x) x, sizeof(x) - 1 argument
128 #define MAP_CHAR_LEN(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(x)) argument
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx38 #define abs(x) ((x)<0 ? -(x) : (x)) argument
/trunk/main/svx/source/table/
H A Daccessibletableshape.cxx60 #define C2U(x) OUString(RTL_CONSTASCII_USTRINGPARAM(x)) argument

Completed in 293 milliseconds

1...<<21222324