/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 72 String aShort, aLong; in DBG_NAME() local 83 if( aShort.Len() ) aShort += ';'; in DBG_NAME() 84 aShort += aRet; in DBG_NAME() 92 if( aShort.Len() && aLong.Len() ) in DBG_NAME() 94 aShort += ';'; in DBG_NAME() 95 aShort += aLong; in DBG_NAME() 97 aWildCard = aShort; in DBG_NAME()
|
/aoo41x/main/sw/source/core/swg/ |
H A D | swblocks.cxx | 76 : nPos( n ), aShort( rShort ), aLong( rLong ), aPackageName (rShort), in SwBlockName() 83 : nPos( 0 ), aShort( rShort ), aLong( rLong ), aPackageName (rPackageName), in SwBlockName() 160 && pName->aShort == s ) in GetIndex() 184 return aNames[ n ]->aShort; in GetShortName() 639 pImp->nCur = GetIndex( pImp->aShort ); in PutDoc() 644 pImp->AddName( pImp->aShort, pImp->aLong ); in PutDoc() 645 pImp->nCur = pImp->GetIndex( pImp->aShort ); in PutDoc() 683 nIdx = GetIndex( pImp->aShort ); in PutText() 688 pImp->AddName( pImp->aShort, rName, sal_True ); in PutText() 689 nIdx = pImp->GetIndex( pImp->aShort ); in PutText() [all …]
|
H A D | SwXMLTextBlocks.cxx | 207 aShort = rNewShort; in Rename() 208 GeneratePackageName( aShort, aPackageName ); in Rename() 346 aShort = rShort; in BeginPutDoc() 450 return GetBlockText( aNames[ nIdx ]->aShort, rText ); in GetText() 608 aShort = rShort; in PutText() 611 SetIsTextOnly( aShort, sal_True ); in PutText()
|
H A D | SwXMLBlockListContext.cxx | 94 String aShort, aLong, aPackageName; in SwXMLBlockContext() local 108 aShort = rCC.upper(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 | 185 aShort = aNames[ nIdx ]->aShort; in GetMacroTable() 612 aShort = aNames[ nIdx ]->aShort; in SetMacroTable()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swblocks.hxx | 48 String aShort; // Short name member in SwBlockName 59 int operator==( const SwBlockName& r ) { return aShort == r.aShort; } in operator ==() 60 int operator< ( const SwBlockName& r ) { return aShort < r.aShort; } in operator <() 73 String aShort, aLong; // Kurz- und Langname (PutDoc) member in SwImpBlocks
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | testobjects.cs | 110 short aShort, ushort aUShort, in inParameters() argument 123 m_Short = aShort; in inParameters() 144 out short aShort, out ushort aUShort, in outParameters() argument 157 aShort = m_Short; in outParameters() 180 ref short aShort, ref ushort aUShort, in inoutParameters() argument 199 short _short = aShort; in inoutParameters() 200 aShort = m_Short; in inoutParameters()
|
H A D | climaker.cs | 1215 short aShort = 0x7fff; in testInterface() 1233 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface() 1267 l.assure(aShort == outShort); in testInterface() 1314 l.assure(aShort == inoutShort); in testInterface() 1334 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface() 1342 l.assure(obj.retShort() == aShort); in testInterface() 1366 obj.attrShort = aShort; in testInterface() 1367 l.assure(obj.attrShort == aShort); in testInterface()
|
H A D | types.idl | 80 void inParameters([in] boolean aBool, [in] byte aByte, [in] short aShort, 89 void outParameters([out] boolean aBool, [out] byte aByte, [out] short aShort, 98 void inoutParameters([inout] boolean aBool, [inout] byte aByte, [inout] short aShort,
|
/aoo41x/main/jurt/test/com/sun/star/uno/ |
H A D | AnyConverter_Test.java | 62 Short aShort= new Short((short) 11111); field in AnyConverter_Test 77 anyShort= new Any(new Type(Short.TYPE), aShort); in AnyConverter_Test() 258 sh= AnyConverter.toShort(aShort); in test_toShort() 259 assure("", sh == aShort.shortValue()); in test_toShort() 324 val= AnyConverter.toInt(aShort); in test_toInt() 325 assure("", val == aShort.shortValue()); in test_toInt() 391 val= AnyConverter.toLong(aShort); in test_toLong() 392 assure("", val == aShort.shortValue()); in test_toLong() 465 val= AnyConverter.toFloat(aShort); in test_toFloat() 521 val= AnyConverter.toDouble(aShort); in test_toDouble() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XCalendar.java | 462 short aShort = oObj.getMinimumNumberOfDaysForFirstWeek(); in _getMinimumNumberOfDaysForFirstWeek() local 463 res &= (aShort == mdfw); in _getMinimumNumberOfDaysForFirstWeek() 473 short aShort = oObj.getNumberOfMonthsInYear(); in _getNumberOfMonthsInYear() local 475 res &= (aShort == (short) 12); in _getNumberOfMonthsInYear() 485 short aShort = oObj.getNumberOfDaysInWeek(); in _getNumberOfDaysInWeek() local 487 res &= (aShort == (short) 7); in _getNumberOfDaysInWeek()
|
/aoo41x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _CharacterProperties.java | 256 Short aShort = new Short((short) 1); in _RubyAdjust() local 258 (XPropertySet) oPort,"RubyAdjust", aShort); in _RubyAdjust() 260 Short aShort = new Short((short) 1); in _RubyAdjust() local 327 Short aShort = new Short((short) 10); in _CharRotation() local 328 changeProp(oObj,oObj, "CharRotation", aShort); in _CharRotation()
|
/aoo41x/main/autodoc/inc/ary/doc/ |
H A D | d_oldidldocu.hxx | 61 { aShort.AddToken(let_drToken); } in AddToken2Short() 77 … const DocuTex2 & Short() const { return pExternShort != 0 ? *pExternShort : aShort; } in Short() 91 DocuTex2 aShort; member in ary::doc::OldIdlDocu
|
/aoo41x/main/rsc/source/parser/ |
H A D | rscicpx.cxx | 92 pCont->SetTypeClass( &aShort, &aString ); in InitClassMgr() 695 pClassScrollBar->SetVariable( nId, &aShort ); in InitClassScrollBar() 699 aDfltI = aShort.Create( NULL, RSCINST(), sal_False ); in InitClassScrollBar() 704 pClassScrollBar->SetVariable( nId, &aShort, &aDfltI ); in InitClassScrollBar() 707 pClassScrollBar->SetVariable( nId, &aShort ); in InitClassScrollBar() 711 aDfltI = aShort.Create( NULL, RSCINST(), sal_False ); in InitClassScrollBar() 721 aDfltI = aShort.Create( NULL, RSCINST(), sal_False ); in InitClassScrollBar() 725 pClassScrollBar->SetVariable( nId, &aShort, &aDfltI ); in InitClassScrollBar() 728 pClassScrollBar->SetVariable( nId, &aShort ); in InitClassScrollBar() 1891 pClassDockWindow->SetVariable( nId, &aShort, NULL, 0, in InitClassDockingWindow() [all …]
|
H A D | rscdb.cxx | 65 aShort( pHS->getID( "short" ), RSC_NOTYPE ), in RscTypCont() 84 aLangShort( pHS->getID( "Lang_short" ), RSC_NOTYPE, &aShort, &aLangType ), in RscTypCont() 246 aShort.Pre_dtor(); in ~RscTypCont() 295 ELSE_IF( aShort ) in SearchType()
|
H A D | rscibas.cxx | 533 pTupel->SetVariable( nId, &aShort ); in InitGeometry() 535 pTupel->SetVariable( nId, &aShort ); in InitGeometry() 537 pTupel->SetVariable( nId, &aShort ); in InitGeometry() 539 pTupel->SetVariable( nId, &aShort ); in InitGeometry()
|
/aoo41x/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/ |
H A D | Callback.cpp | 86 /* [out] */ short __RPC_FAR *aShort, in outValuesAll() argument 108 hr= outShort( aShort); in outValuesAll() 436 /* [out][in] */ short __RPC_FAR *aShort, in inoutValuesAll() argument 450 inoutShort( aShort); in inoutValuesAll()
|
H A D | Callback.h | 82 /* [out][in] */ short __RPC_FAR *aShort, 109 /* [out] */ short __RPC_FAR *aShort,
|
H A D | XCallback_Impl.idl | 53 [out] short* aShort, 93 [in,out] short* aShort,
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 1466 sal_Int16 aShort; in testInterface() local 1550 xCallback->outShort( aShort); in testInterface() 1551 sprintf( buff,"XCallback::outShort, value: %d", aShort); in testInterface() 1585 sal_Int16 aShort; in testInterface() local 1593 aShort, aLong); in testInterface() 1755 sal_Int16 aShort= 0xff; in testInterface() local 1756 xCallback->inoutShort( aShort); in testInterface() 1758 sprintf( buff, "out value sal_Int16: %d", aShort); in testInterface() 1811 sal_Int16 aShort= 0xff; in testInterface() local 1816 aByte, aShort, aLong ); in testInterface()
|
/aoo41x/main/stoc/test/ |
H A D | testcorefl.idl | 35 short aShort; 88 [oneway] void methodB([in] short aShort);
|
/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 421 fprintf(stdout, "%d", constValue.m_value.aShort); in printConstValue() 504 if (constValue1.m_value.aShort != constValue2.m_value.aShort) in checkConstValue() 510 constValue1.m_value.aShort, constValue2.m_value.aShort); in checkConstValue()
|
/aoo41x/main/autodoc/source/ary/doc/ |
H A D | d_oldidldocu.cxx | 40 aShort(), in OldIdlDocu()
|
/aoo41x/main/registry/inc/registry/ |
H A D | types.h | 217 sal_Int16 aShort; member
|
/aoo41x/main/editeng/source/editeng/ |
H A D | edtspell.cxx | 721 String aShort( pCurNode->Copy( rSttPos, nEndPos - rSttPos ) ); in ChgAutoCorrWord() local 724 if( !aShort.Len() ) in ChgAutoCorrWord()
|