/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 417 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 …]
|
/aoo4110/main/codemaker/test/cppumaker/ |
H A D | test_codemaker_cppumaker.cxx | 522 SAL_MIN_INT8, test::codemaker::cppumaker::Constants::byteMin); in testConstants() 524 SAL_MAX_INT8, test::codemaker::cppumaker::Constants::byteMax); in testConstants() 527 test::codemaker::cppumaker::Constants::byteNeg); in testConstants() 529 SAL_MIN_INT16, test::codemaker::cppumaker::Constants::shortMin); in testConstants() 534 test::codemaker::cppumaker::Constants::unsignedShortMin); in testConstants() 537 test::codemaker::cppumaker::Constants::unsignedShortMax); in testConstants() 539 SAL_MIN_INT32, test::codemaker::cppumaker::Constants::longMin); in testConstants() 541 SAL_MAX_INT32, test::codemaker::cppumaker::Constants::longMax); in testConstants() 544 test::codemaker::cppumaker::Constants::unsignedLongMin); in testConstants() 553 test::codemaker::cppumaker::Constants::unsignedHyperMin); in testConstants() [all …]
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbasheetobject.cxx | 462 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 D | vbaformat.cxx | 679 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 D | vbapagesetup.cxx | 506 number = excel::Constants::xlAutomatic; in getFirstPageNumber() 516 if( firstPageNumber == excel::Constants::xlAutomatic ) in setFirstPageNumber()
|
/aoo4110/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 176 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 …]
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_cpp_bridgetest.cxx | 77 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 D | cli_cs_bridgetest.cs | 58 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()
|
/aoo4110/main/idlc/test/parser/ |
H A D | published.tests | 30 published constants Constants { const long Constant = 1; }; 38 constants Constants { published const long C = 1; }; 42 published constants Constants { published const long C = 1; };
|
/aoo4110/main/offapi/com/sun/star/gallery/ |
H A D | GalleryItemType.idl | 29 /** Constants that describe the type of graphic
|
/aoo4110/main/offapi/com/sun/star/graphic/ |
H A D | GraphicType.idl | 29 /** Constants that describe the type of graphic
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | AmPmValue.idl | 33 /** Constants for AM/PM used in calls to <member>XCalendar::getDisplayName()</member>.
|
H A D | ScriptType.idl | 32 /** Constants to specify the script type.
|
H A D | Weekdays.idl | 34 /** Constants for days of a week.
|
H A D | BreakType.idl | 33 Constants to specify the type of a line break, used with
|
H A D | CharacterIteratorMode.idl | 32 /** Constants to specify the type of character iteration.
|
H A D | Months.idl | 34 Constants for month names used in calls to <member>XCalendar::getDisplayName()</member>.
|
H A D | KCharacterType.idl | 33 Constants to identify the character type.
|
H A D | UnicodeType.idl | 33 Constants to classify Unicode characters, returned by
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetViewObjectsMode.idl | 33 /** Constants that control how embedded objects are shown in the view.
|
H A D | ExternalLinkType.idl | 33 /** Constants designating the link type in
|
H A D | FormulaLanguage.idl | 33 /** Constants designating the formula language used with
|
H A D | FormulaMapGroup.idl | 33 /** Constants of bit masks used with
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | TextMarkupType.idl | 33 /** Constants to specify the type of text markup.
|
/aoo4110/main/udkapi/com/sun/star/reflection/ |
H A D | XConstantTypeDescription.idl | 42 <p>Constants may be contained in constants groups and modules.
|