/aoo41x/main/sw/source/core/swg/ |
H A D | swblocks.cxx | 76 : 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 D | SwXMLBlockListContext.cxx | 94 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 D | SwXMLTextBlocks1.cxx | 186 aLong = aNames[ nIdx ]->aLong; in GetMacroTable() 613 aLong = aNames[ nIdx ]->aLong; in SetMacroTable()
|
H A D | SwXMLTextBlocks.cxx | 347 aLong = rLong; in BeginPutDoc() 443 sal_uLong nErr = PutBlock(*pPaM, aLong); in PutDoc() 609 aLong = rName; in PutText()
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 112 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 D | climaker.cs | 1219 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 D | types.idl | 81 [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,
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 72 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()
|
/aoo41x/main/rsc/inc/ |
H A D | rscdef.hxx | 51 } 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()
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 87 /* [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 D | Callback.h | 56 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 D | XCallback_Impl.idl | 54 [out]long* aLong); 94 [in,out] long* aLong); 95 …[id(35), helpstring("method inValues")] HRESULT inValues([in]short aChar, [in] long aLong, [in] BS…
|
/aoo41x/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 64 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 …]
|
/aoo41x/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 149 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()
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1467 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 …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swblocks.hxx | 49 String aLong; // Long name member in SwBlockName 73 String aShort, aLong; // Kurz- und Langname (PutDoc) member in SwImpBlocks
|
/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 429 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()
|
/aoo41x/main/rdbmaker/source/rdbmaker/ |
H A D | typeblop.cxx | 98 aConstantAny >>= constValue.m_value.aLong; in writeConstantData() 489 constValue.m_value.aLong = enumValues[i]; in getTypeBlop()
|
/aoo41x/main/registry/inc/registry/ |
H A D | types.h | 219 sal_Int32 aLong; member
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscicpx.cxx | 302 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()
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | base.hxx | 130 return rVal.m_value.aLong; in getRTValueAsInt32() 152 return Any( &rVal.m_value.aLong, ::getCppuType( (const sal_Int32 *)0 ) ); in getRTValue()
|
/aoo41x/main/extensions/test/ole/idl/ |
H A D | oletest.idl | 271 [inout] long aLong); 275 void inValues( [in] char aChar, [in] long aLong, [in] string aString);
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 794 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()
|
/aoo41x/main/idlc/source/ |
H A D | astconstant.cxx | 78 aConst.m_value.aLong = exprVal->u.lval; in dumpBlob()
|
/aoo41x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 98 aConstantAny >>= constValue.m_value.aLong; in writeConstantData() 597 constValue.m_value.aLong = enumValues[i]; in getTypeBlob()
|