Home
last modified time | relevance | path

Searched refs:aLong (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/sw/source/core/swg/
H A Dswblocks.cxx76 : nPos( n ), aShort( rShort ), aLong( rLong ), aPackageName (rShort), in SwBlockName()
174 && pName->aLong == rLong ) in GetLongIndex()
192 return aNames[ n ]->aLong; in GetLongName()
519 String aNew, aLong; in Rename() local
521 aNew = aLong = *s; in Rename()
523 aLong = *l; in Rename()
536 nErr = pImp->Rename( n, aNew, aLong ); in Rename()
541 pImp->AddName( aNew, aLong, bOnlyTxt ); in Rename()
641 pImp->aNames[ pImp->nCur ]->aLong = pImp->aLong; in PutDoc()
644 pImp->AddName( pImp->aShort, pImp->aLong ); in PutDoc()
[all …]
H A DSwXMLBlockListContext.cxx94 String aShort, aLong, aPackageName; in SwXMLBlockContext() local
112 aLong = rAttrValue; in SwXMLBlockContext()
125 if (!aShort.Len() || !aLong.Len() || !aPackageName.Len()) in SwXMLBlockContext()
127 rImport.getBlockList().AddName( aShort, aLong, aPackageName, bTextOnly); in SwXMLBlockContext()
H A DSwXMLTextBlocks1.cxx186 aLong = aNames[ nIdx ]->aLong; in GetMacroTable()
613 aLong = aNames[ nIdx ]->aLong; in SetMacroTable()
H A DSwXMLTextBlocks.cxx347 aLong = rLong; in BeginPutDoc()
443 sal_uLong nErr = PutBlock(*pPaM, aLong); in PutDoc()
609 aLong = rName; in PutText()
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs112 long aLong, ulong aULong, in inParameters() argument
127 m_Long = aLong; in inParameters()
146 out long aLong, out ulong aULong, in outParameters() argument
161 aLong = m_Long; in outParameters()
182 ref long aLong, ref ulong aULong, in inoutParameters() argument
215 long _long = aLong; in inoutParameters()
216 aLong = m_Long; in inoutParameters()
H A Dclimaker.cs1219 long aLong = 0x7fffffffffffffff; in testInterface()
1234 aInt, aUInt, aLong, aULong, in testInterface()
1271 l.assure(aLong == outLong); in testInterface()
1318 l.assure(aLong == inoutLong); in testInterface()
1335 aInt, aUInt, aLong, aULong, in testInterface()
1346 l.assure(obj.retHyper() == aLong); in testInterface()
1374 obj.attrHyper = aLong; in testInterface()
1375 l.assure(obj.attrHyper == aLong); in testInterface()
H A Dtypes.idl81 [in] unsigned short aUShort, [in] long aLong, [in] unsigned long aULong,
90 [out] unsigned short aUShort, [out] long aLong, [out] unsigned long aULong,
99 [inout] unsigned short aUShort, [inout] long aLong,
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx72 String aShort, aLong; in DBG_NAME() local
88 if( aLong.Len() ) aLong += ';'; in DBG_NAME()
89 aLong += aRet; in DBG_NAME()
92 if( aShort.Len() && aLong.Len() ) in DBG_NAME()
95 aShort += aLong; in DBG_NAME()
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java64 Long aLong= new Long( 0xffffffff); field in AnyConverter_Test
79 anyLong= new Any(new Type(Long.TYPE), aLong); in AnyConverter_Test()
114 try { AnyConverter.toBoolean(aLong); failed(""); in test_toBoolean()
170 try { AnyConverter.toChar(aLong); failed(""); in test_toChar()
222 try { AnyConverter.toByte(aLong); failed(""); in test_toByte()
288 try { AnyConverter.toShort(aLong); failed(""); in test_toShort()
355 try { AnyConverter.toInt(aLong); failed(""); in test_toInt()
395 val= AnyConverter.toLong(aLong); in test_toLong()
396 assure("", val == aLong.longValue()); in test_toLong()
712 try { AnyConverter.toType(aLong); failed(""); in test_toType()
[all …]
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp87 /* [out] */ long __RPC_FAR *aLong) in outValuesAll() argument
109 hr= outLong( aLong); in outValuesAll()
437 /* [out][in] */ long __RPC_FAR *aLong) in inoutValuesAll() argument
451 inoutLong( aLong); in inoutValuesAll()
457 STDMETHODIMP CCallback::inValues(short aChar, long aLong, BSTR aString) in inValues() argument
462 sprintf( buff, "Parameters: char= %C, long= %d, string= %s", _char, aLong, W2A(aString)); in inValues()
H A DCallback.h56 STDMETHOD(inValues)(/*[in]*/short aChar, /*[in]*/ long aLong, /*[in]*/ BSTR aString);
83 /* [out][in] */ long __RPC_FAR *aLong);
110 /* [out] */ long __RPC_FAR *aLong);
H A DXCallback_Impl.idl54 [out]long* aLong);
94 [in,out] long* aLong);
95 …[id(35), helpstring("method inValues")] HRESULT inValues([in]short aChar, [in] long aLong, [in] BS…
/trunk/main/rsc/inc/
H A Drscdef.hxx51 } aLong; member
60 aExp.aLong.nHi = (short)(lValue >> 16); in SetLong()
61 aExp.aLong.nLo = (unsigned short)lValue; in SetLong()
65 return aExp.aLong.nLo | in GetLong()
66 ((sal_Int32)aExp.aLong.nHi << 16); in GetLong()
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp149 long aLong = *val; in inoutLong() local
151 m_long = aLong; in inoutLong()
976 long aLong = *val1; in defaultvalue2() local
986 m_long = aLong; in defaultvalue2()
1311 long aLong = *val1; in get_prpMultiArg3() local
1313 m_long = aLong; in get_prpMultiArg3()
1321 long aLong = *val1; in put_prpMultiArg3() local
1323 m_long = aLong; in put_prpMultiArg3()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1467 sal_Int32 aLong; in testInterface() local
1555 xCallback->outLong( aLong); in testInterface()
1586 sal_Int32 aLong; in testInterface() local
1593 aShort, aLong); in testInterface()
1764 sal_Int32 aLong= 0xfffe; in testInterface() local
1765 xCallback->inoutLong( aLong); in testInterface()
1767 sprintf( buff, "out value sal_Int32: %d", aLong); in testInterface()
1812 sal_Int32 aLong= 0xffe; in testInterface() local
1816 aByte, aShort, aLong ); in testInterface()
2041 sal_Int32 aLong= 0xffffffff; in testInterface() local
[all …]
/trunk/main/sw/source/core/inc/
H A Dswblocks.hxx49 String aLong; // Long name member in SwBlockName
73 String aShort, aLong; // Kurz- und Langname (PutDoc) member in SwImpBlocks
/trunk/main/registry/tools/
H A Dregcompare.cxx429 sal::static_int_cast< long >(constValue.m_value.aLong)); in printConstValue()
528 if (constValue1.m_value.aLong != constValue2.m_value.aLong) in checkConstValue()
534 sal::static_int_cast< long >(constValue1.m_value.aLong), in checkConstValue()
535 sal::static_int_cast< long >(constValue2.m_value.aLong)); in checkConstValue()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx98 aConstantAny >>= constValue.m_value.aLong; in writeConstantData()
489 constValue.m_value.aLong = enumValues[i]; in getTypeBlop()
/trunk/main/rsc/source/parser/
H A Drscicpx.cxx302 pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_X ); in InitClassWindow()
304 pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_Y ); in InitClassWindow()
309 pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_WIDTH ); in InitClassWindow()
311 pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_HEIGHT ); in InitClassWindow()
322 pClassWindow->SetVariable( nId, &aLong, NULL, 0, WINDOW_EXTRALONG ); in InitClassWindow()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx794 System::Int32 aLong= *__try_cast<System::Int32*>(cli_data); in map_to_uno() local
795 *(sal_Int32*) uno_data= aLong; in map_to_uno()
812 System::UInt64 aLong= *__try_cast<System::UInt64*>(cli_data); in map_to_uno() local
813 *(sal_uInt64*) uno_data= aLong; in map_to_uno()
/trunk/main/registry/inc/registry/
H A Dtypes.h219 sal_Int32 aLong; member
/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx130 return rVal.m_value.aLong; in getRTValueAsInt32()
152 return Any( &rVal.m_value.aLong, ::getCppuType( (const sal_Int32 *)0 ) ); in getRTValue()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl271 [inout] long aLong);
275 void inValues( [in] char aChar, [in] long aLong, [in] string aString);
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx98 aConstantAny >>= constValue.m_value.aLong; in writeConstantData()
597 constValue.m_value.aLong = enumValues[i]; in getTypeBlob()
/trunk/main/idlc/source/
H A Dastconstant.cxx78 aConst.m_value.aLong = exprVal->u.lval; in dumpBlob()

Completed in 147 milliseconds

12