Home
last modified time | relevance | path

Searched refs:x (Results 426 – 450 of 1170) sorted by relevance

1...<<11121314151617181920>>...47

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx394 bool OOXMLPropertySetImplCompare::operator()(const OOXMLProperty::Pointer_t x, in operator ()() argument
399 if (x.get() == NULL && y.get() != NULL) in operator ()()
401 else if (x.get() != NULL && y.get() != NULL) in operator ()()
402 bResult = x->getId() < y->getId(); in operator ()()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1647 if( !x->queryInterface( aClassType ).hasValue() ) in Impl_GetInterfaceInfo()
1730 Reference< XInvocation > xInvocation( x, UNO_QUERY ); in checkUnoObjectType()
1735 Reference< XTypeProvider > xTypeProvider( x, UNO_QUERY ); in checkUnoObjectType()
1818 Reference< XTypeProvider > xTypeProvider( x, UNO_QUERY ); in Impl_GetSupportedInterfaces()
1837 aRet += Impl_GetInterfaceInfo( x, xClass, 1 ); in Impl_GetSupportedInterfaces()
2425 Reference< XInterface > x; in SbUnoObject() local
2429 x = *(Reference< XInterface >*)aUnoObj_.getValue(); in SbUnoObject()
2430 if( !x.is() ) in SbUnoObject()
2440 mxInvocation = Reference< XInvocation >( x, UNO_QUERY ); in SbUnoObject()
2442 xTypeProvider = Reference< XTypeProvider >( x, UNO_QUERY ); in SbUnoObject()
[all …]
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWseTextRun.java289 TextStyle x = new TextStyle(null, "text", null, mask, in makeStyle() local
296 x.setColors(fc, bc); in makeStyle()
299 return x; in makeStyle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DUIConfigurationManager.java151 …XIndexContainer x = (XIndexContainer)UnoRuntime.queryInterface(XIndexContainer.class, xMenuBarSett… in fireEvent() local
152 x.insertByIndex(x.getCount(), prop); in fireEvent()
H A DModuleUIConfigurationManager.java194 …XIndexContainer x = (XIndexContainer)UnoRuntime.queryInterface(XIndexContainer.class, xMenuBarSett… in fireEvent() local
195 x.insertByIndex(x.getCount(), prop); in fireEvent()
/trunk/main/cppu/inc/uno/
H A Dmapping.hxx335 inline sal_Bool mapToUno( uno_Interface ** ppRet, const Reference< C > & x ) SAL_THROW( () ) in mapToUno() argument
342 (void **)ppRet, x.get(), ::cppu::getTypeFavourUnsigned( &x ) ); in mapToUno()
/trunk/main/icc/
H A DSampleICC-1.3.2.patch1571 - sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\r\n", m_nVendorFlags, m_nSize, m_nDeviceCoords…
1572 + sprintf(buf, "BEGIN_NAMED_COLORS flags=%08x %u %u\n", m_nVendorFlags, m_nSize, m_nDeviceCoords);
1652 - sprintf(buf, "value[%u]: x=%.3lf, y=%.3lf\r\n", i, icUFtoD(m_xy[i].x), icUFtoD(m_xy[i].y));
1653 + sprintf(buf, "value[%u]: x=%.3lf, y=%.3lf\n", i, icUFtoD(m_xy[i].x), icUFtoD(m_xy[i].y));
1750 - sprintf(buf, "Value = %u (0x%x)\r\n", m_Num[0], m_Num[0]);
1751 + sprintf(buf, "Value = %u (0x%x)\n", m_Num[0], m_Num[0]);
1759 - sprintf(buf, "Value[%u] = %u (0x%x)\r\n", i, m_Num[i], m_Num[i]);
1760 + sprintf(buf, "Value[%u] = %u (0x%x)\n", i, m_Num[i], m_Num[i]);
2035 - sprintf(buf, "Device Attributes: %08x%08x\r\n", (icUInt32Number)(i->m_attributes >> 32), (icUI…
2036 + sprintf(buf, "Device Attributes: %08x%08x\n", (icUInt32Number)(i->m_attributes >> 32), (icUInt…
[all …]
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch676 #define GREATER(x,y) ((x).cnt > (y).cnt)
677 #define LESS(x,y) ((x).cnt < (y).cnt)
801 ngram_t *x = (ngram_t *)a;
810 ngram_t *x = (ngram_t *)a;
814 return x->rank - y->rank;
1735 if test x"$CC_FOR_BUILD" = x ; then
2075 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
2638 - test x"${CPU}" != x && echo "${CPU}-pc-linux-gnu" && exit 0
2640 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
2761 - test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXParametricPolyPolygon2D.idl48 [0,1]x[0,1] rectangle. At least that is the dimension expected at
55 The returned outline should be clipped to the [0,1]x[0,1]
86 The permissible parameter range for point is [0,1]x[0,1]
/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx226 for( sal_Int32 x=0; x<aSize.getX(); ++x ) in getFastPropertyValue() local
/trunk/main/stoc/test/security/
H A Dtest_security.cxx46 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
75 static inline void dispose( Reference< XInterface > const & x ) in dispose() argument
78 Reference< lang::XComponent > xComp( x, UNO_QUERY ); in dispose()
/trunk/main/vcl/unx/generic/app/
H A Di18n_status.cxx209 int x, y; in updatePosition() local
215 &x, &y, in updatePosition()
232 aRet.X() = x + aPosEvent.mnX + (bLeft in updatePosition()
239 aRet.X() = x + aPosEvent.mnX + (bLeft ? -m_aWindowSize.Width() : 0); in updatePosition()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java1161 public ControlRow(AgendaWizardDialog dialog, int x, int y, int i, int tabindex)
1172 …I_8, PropertyNames.EMPTY_STRING + (i + 1) + ".", new Integer(x + 4), new Integer(y + 2), IStep, ne…
1179 …I_12, HelpIds.getHelpIdString(curHelpIndex + i * 3 + 1), new Integer(x + 15), y_, IStep, new Short…
1186 …I_12, HelpIds.getHelpIdString(curHelpIndex + i * 3 + 2), new Integer(x + 103), y_, IStep, new Shor…
1193 …I_12, HelpIds.getHelpIdString(curHelpIndex + i * 3 + 3), new Integer(x + 175), y_, IStep, new Shor…
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx178 pt.x = rect->left;pt.y = rect->top; in TransformRect()
181 rect->left = pt.x; rect->top = pt.y; in TransformRect()
183 pt.x = rect->right;pt.y = rect->bottom; in TransformRect()
186 rect->right = pt.x; rect->bottom = pt.y; in TransformRect()
375 xDiff = point.x - xDiff; in TrackHandle()
/trunk/main/sd/source/ui/dlg/
H A Dprltempl.cxx59 #define IS_OUTLINE(x) (x >= PO_OUTLINE_1 && x <= PO_OUTLINE_9) argument
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx45 #define AssertionOf(x) \ argument
46 …{if (!(x)) {std::cerr << "Assertion failed: " << #x << __FILE__ << __LINE__ << std::endl; exit(3);…
/trunk/main/l10ntools/scripts/tool/
H A Dl10ntool.py189 is_valid = lambda x: x != None and len(x) > 0 argument
/trunk/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch336 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
484 if [ -x /usr/bin/oslevel ] ; then
624 if [ -x /usr/sbin/sysversion ] ; then
873 - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
909 - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
911 + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
1033 - test x"${LIBC}" != x && echo "${UNAME_MACHINE}-${VENDOR:-pc}-linux-${LIBC}" && exit 0
1034 - test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
1094 + # UnixWare 7.x, OpenUNIX and OpenServer 6.
/trunk/main/cui/source/dialogs/
H A Dabout.cxx54 #define _STRINGIFY(x) #x argument
55 #define STRINGIFY(x) _STRINGIFY(x) argument
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m223 uLong x ;
228 x = (uLong)i;
232 x += ((uLong)i)<<8;
235 *pX = x;
251 uLong x ;
256 x = (uLong)i;
260 x += ((uLong)i)<<8;
264 x += ((uLong)i)<<16;
268 x += ((uLong)i)<<24;
271 *pX = x;
/trunk/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx158 int x = aPixelPosition.getX() - aParentLocation.X; in getBounds() local
164 x, y, x + aPixelSize.getWidth(), y + aPixelSize.getHeight()); in getBounds()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx626 sal_uInt16 x = 0; in SetSelection() local
627 while ( x <= nEnd ) in SetSelection()
629 if ( x == aNewSelection.Min() ) in SetSelection()
631 if ( x == aNewSelection.Max() ) in SetSelection()
634 if ( ( x < aText.Len() ) && ( aText.GetChar( x ) == '\n' ) ) in SetSelection()
641 x++; in SetSelection()
/trunk/main/i18npool/source/localedata/
H A Dsaxparser.cxx348 Reference< XInterface > x = xSMgr->createInstance( in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
351 if( x.is() ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
353 Reference< XParser > rParser( x , UNO_QUERY ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
/trunk/main/cppu/source/uno/
H A Dcascade_mapping.cxx40 # define LOG_LIFECYLE_MediatorMapping_emit(x) x argument
43 # define LOG_LIFECYLE_MediatorMapping_emit(x) argument
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx586 for ( sal_uIntPtr x = 0; x < pPrjDependencies->Count(); x++ ) in CreateRootDirectory() local
587 pProject->AddCodedDependency( *pPrjDependencies->GetObject( x ), OS_ALL ); in CreateRootDirectory()

Completed in 156 milliseconds

1...<<11121314151617181920>>...47