Home
last modified time | relevance | path

Searched refs:Constants (Results 1 – 25 of 89) sorted by relevance

1234

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx417 if (const_cast<System::String*>(Constants::sVoid)->Equals( in mapCliType()
496 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName()
498 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName()
500 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName()
504 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName()
508 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName()
518 buf->Append(const_cast<System::String*>(Constants::sVoid)); in mapUnoTypeName()
520 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
525 buf->Append(const_cast<System::String*>(Constants::sAny)); in mapUnoTypeName()
684 buf->Append(const_cast<System::String*>(Constants::usBrackets)); in mapCliTypeName()
[all …]
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx511 SAL_MIN_INT8, test::codemaker::cppumaker::Constants::byteMin); in TEST()
513 SAL_MAX_INT8, test::codemaker::cppumaker::Constants::byteMax); in TEST()
516 test::codemaker::cppumaker::Constants::byteNeg); in TEST()
518 SAL_MIN_INT16, test::codemaker::cppumaker::Constants::shortMin); in TEST()
523 test::codemaker::cppumaker::Constants::unsignedShortMin); in TEST()
526 test::codemaker::cppumaker::Constants::unsignedShortMax); in TEST()
528 SAL_MIN_INT32, test::codemaker::cppumaker::Constants::longMin); in TEST()
530 SAL_MAX_INT32, test::codemaker::cppumaker::Constants::longMax); in TEST()
533 test::codemaker::cppumaker::Constants::unsignedLongMin); in TEST()
542 test::codemaker::cppumaker::Constants::unsignedHyperMin); in TEST()
[all …]
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx462 case awt::TextAlign::LEFT: return excel::Constants::xlLeft; in getHorizontalAlignment()
463 case awt::TextAlign::RIGHT: return excel::Constants::xlRight; in getHorizontalAlignment()
464 case awt::TextAlign::CENTER: return excel::Constants::xlCenter; in getHorizontalAlignment()
466 return excel::Constants::xlCenter; in getHorizontalAlignment()
474 case excel::Constants::xlLeft: nAwtAlign = awt::TextAlign::LEFT; break; in setHorizontalAlignment()
475 case excel::Constants::xlRight: nAwtAlign = awt::TextAlign::RIGHT; break; in setHorizontalAlignment()
476 case excel::Constants::xlCenter: nAwtAlign = awt::TextAlign::CENTER; break; in setHorizontalAlignment()
486 case style::VerticalAlignment_TOP: return excel::Constants::xlTop; in getVerticalAlignment()
487 case style::VerticalAlignment_BOTTOM: return excel::Constants::xlBottom; in getVerticalAlignment()
488 case style::VerticalAlignment_MIDDLE: return excel::Constants::xlCenter; in getVerticalAlignment()
[all …]
H A Dvbaformat.cxx679 case excel::Constants::xlLTR: in setReadingOrder()
682 case excel::Constants::xlRTL: in setReadingOrder()
685 case excel::Constants::xlContext: in setReadingOrder()
714 NRetReadingOrder = uno::makeAny(excel::Constants::xlLTR); in getReadingOrder()
717 NRetReadingOrder = uno::makeAny(excel::Constants::xlRTL); in getReadingOrder()
720 NRetReadingOrder = uno::makeAny(excel::Constants::xlRTL); in getReadingOrder()
H A Dvbapagesetup.cxx506 number = excel::Constants::xlAutomatic; in getFirstPageNumber()
516 if( firstPageNumber == excel::Constants::xlAutomatic ) in setFirstPageNumber()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx176 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName()
178 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName()
180 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName()
182 buf->Append(const_cast<System::String*>(Constants::sUInt16)); in mapUnoTypeName()
184 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName()
186 buf->Append(const_cast<System::String*>(Constants::sUInt32)); in mapUnoTypeName()
188 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName()
190 buf->Append(const_cast<System::String*>(Constants::sUInt64)); in mapUnoTypeName()
198 buf->Append(const_cast<System::String*>(Constants::sVoid)); in mapUnoTypeName()
200 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
[all …]
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx77 public __gc class Constants
383 Constants::STRING_TEST_CONSTANT, xI,
593 TestEnum::LOLA, Constants::STRING_TEST_CONSTANT, arObject[0],
597 TestEnum::TWO, Constants::STRING_TEST_CONSTANT, arObject[1],
601 TestEnum::CHECK, Constants::STRING_TEST_CONSTANT, arObject[2],
840 String* sCompare = Constants::STRING_TEST_CONSTANT;
865 5, Constants::STRING_TEST_CONSTANT, xLBT->Interface );
H A Dcli_cs_bridgetest.cs58 class Constants class
365 Constants.STRING_TEST_CONSTANT, xI, in performTest()
652 TestEnum.LOLA, Constants.STRING_TEST_CONSTANT, arObject[0], in performSequenceTest()
656 TestEnum.TWO, Constants.STRING_TEST_CONSTANT, arObject[1], in performSequenceTest()
660 TestEnum.CHECK, Constants.STRING_TEST_CONSTANT, arObject[2], in performSequenceTest()
892 string sCompare = Constants.STRING_TEST_CONSTANT; in raiseOnewayException()
919 5, Constants.STRING_TEST_CONSTANT, xLBT.Interface ); in raiseException()
/trunk/main/idlc/test/parser/
H A Dpublished.tests30 published constants Constants { const long Constant = 1; };
38 constants Constants { published const long C = 1; };
42 published constants Constants { published const long C = 1; };
/trunk/main/offapi/com/sun/star/gallery/
H A DGalleryItemType.idl29 /** Constants that describe the type of graphic
/trunk/main/offapi/com/sun/star/graphic/
H A DGraphicType.idl29 /** Constants that describe the type of graphic
/trunk/main/offapi/com/sun/star/i18n/
H A DAmPmValue.idl33 /** Constants for AM/PM used in calls to <member>XCalendar::getDisplayName()</member>.
H A DCharacterIteratorMode.idl32 /** Constants to specify the type of character iteration.
H A DScriptType.idl32 /** Constants to specify the script type.
H A DBreakType.idl33 Constants to specify the type of a line break, used with
H A DWeekdays.idl34 /** Constants for days of a week.
H A DMonths.idl34 Constants for month names used in calls to <member>XCalendar::getDisplayName()</member>.
H A DKCharacterType.idl33 Constants to identify the character type.
H A DUnicodeType.idl33 Constants to classify Unicode characters, returned by
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetViewObjectsMode.idl33 /** Constants that control how embedded objects are shown in the view.
H A DExternalLinkType.idl33 /** Constants designating the link type in
H A DFormulaLanguage.idl33 /** Constants designating the formula language used with
H A DFormulaMapGroup.idl33 /** Constants of bit masks used with
/trunk/main/offapi/com/sun/star/text/
H A DTextMarkupType.idl33 /** Constants to specify the type of text markup.
/trunk/main/udkapi/com/sun/star/reflection/
H A DXConstantTypeDescription.idl42 <p>Constants may be contained in constants groups and modules.

Completed in 110 milliseconds

1234