/aoo4110/main/desktop/win32/source/setup/ |
H A D | setup.hxx | 84 boolean m_bRegNoMsoTypes :1; 85 boolean m_bRegAllMsoTypes :1; 86 boolean m_bIsMinorUpgrade :1; 87 boolean m_bSupportsPatch :1; 113 boolean IsAdmin(); 115 boolean GetCommandLine(); 128 virtual boolean ReadProfile(); 129 virtual boolean GetPatches(); 131 virtual boolean CheckVersion(); 132 virtual boolean CheckForUpgrade(); [all …]
|
H A D | setup_main.hxx | 32 boolean m_bIsWin9x : 1; 33 boolean m_bNeedReboot : 1; 34 boolean m_bAdministrative : 1; 42 virtual boolean Initialize( HINSTANCE hInst ) = 0; 43 virtual boolean AlreadyRunning() const = 0; 44 virtual boolean ReadProfile() = 0; 45 virtual boolean GetPatches() = 0; 47 virtual boolean CheckVersion() = 0; 48 virtual boolean CheckForUpgrade() = 0; 49 virtual boolean InstallRuntimes() = 0; [all …]
|
H A D | setup.cpp | 304 boolean SetupAppX::ReadProfile() in ReadProfile() 306 boolean bRet = false; in ReadProfile() 456 boolean SetupAppX::GetPatches() in GetPatches() 458 boolean bRet = true; in GetPatches() 512 boolean bRet = true; in GetPathToFile() 1154 boolean SetupAppX::CheckVersion() in CheckVersion() 1156 boolean bRet = false; in CheckVersion() 1350 boolean bLoop = true; in WaitForProcess() 1420 boolean bInQuotes = false; in GetNextArgument() 1421 boolean bFoundArgEnd = false; in GetNextArgument() [all …]
|
/aoo4110/main/oovbaapi/ooo/vba/word/ |
H A D | XFind.idl | 42 [attribute] boolean Forward; 44 [attribute] boolean Format; 45 [attribute] boolean MatchCase; 46 [attribute] boolean MatchWholeWord; 47 [attribute] boolean MatchWildcards; 48 [attribute] boolean MatchSoundsLike; 49 [attribute] boolean MatchAllWordForms; 53 [in] /* boolean */ any MatchCase, 58 [in] /* boolean */ any Forward, 60 [in] /* boolean */ any Format, [all …]
|
H A D | XOptions.idl | 43 [attribute] boolean ReplaceSelection; 44 [attribute] boolean MapPaperSize; 45 [attribute] boolean AutoFormatAsYouTypeApplyHeadings; 46 [attribute] boolean AutoFormatAsYouTypeApplyBulletedLists; 47 [attribute] boolean AutoFormatAsYouTypeApplyNumberedLists; 48 [attribute] boolean AutoFormatAsYouTypeFormatListItemBeginning; 49 [attribute] boolean AutoFormatAsYouTypeDefineStyles; 50 [attribute] boolean AutoFormatApplyHeadings; 51 [attribute] boolean AutoFormatApplyLists; 52 [attribute] boolean AutoFormatApplyBulletedLists;
|
/aoo4110/main/offapi/com/sun/star/text/ |
H A D | ViewSettings.idl | 41 [property] boolean ShowAnnotations; 45 [property] boolean ShowBreaks; 49 [property] boolean ShowDrawings; 62 [property] boolean ShowGraphics; 70 [property] boolean ShowHiddenText; 74 [property] boolean ShowRulers; 79 [property] boolean ShowHoriRuler; 105 [property] boolean ShowSpaces; 113 [property] boolean ShowTables; 117 [property] boolean ShowTabstops; [all …]
|
H A D | XTextTableCursor.idl | 71 [in] boolean bExpand ); 83 boolean goLeft( [in] short nCount, 84 [in] boolean bExpand ); 96 boolean goRight( [in] short nCount, 97 [in] boolean bExpand ); 109 boolean goUp( [in] short nCount, 110 [in] boolean bExpand ); 122 boolean goDown( [in] short nCount, 123 [in] boolean bExpand ); 149 boolean mergeRange(); [all …]
|
H A D | PrintSettings.idl | 47 [property] boolean PrintGraphics; 54 [property] boolean PrintTables; 61 [property] boolean PrintDrawings; 68 [property] boolean PrintLeftPages; 75 [property] boolean PrintRightPages; 82 [property] boolean PrintControls; 89 [property] boolean PrintReversed; 102 [property] boolean PrintPaperFromSetup; 123 [property] boolean PrintProspect; 130 [property] boolean PrintPageBackground; [all …]
|
H A D | XParagraphCursor.idl | 45 boolean isStartOfParagraph(); 51 boolean isEndOfParagraph(); 62 boolean gotoStartOfParagraph( [in] boolean bExpand ); 73 boolean gotoEndOfParagraph( [in] boolean bExpand ); 83 boolean gotoNextParagraph( [in] boolean bExpand ); 93 boolean gotoPreviousParagraph( [in] boolean bExpand );
|
H A D | XSentenceCursor.idl | 45 boolean isStartOfSentence(); 51 boolean isEndOfSentence(); 61 boolean gotoNextSentence( [in] boolean Expand ); 71 boolean gotoPreviousSentence( [in] boolean Expand ); 82 boolean gotoStartOfSentence( [in] boolean Expand ); 93 boolean gotoEndOfSentence( [in] boolean Expand );
|
H A D | XWordCursor.idl | 45 boolean isStartOfWord(); 51 boolean isEndOfWord(); 65 boolean gotoNextWord( [in] boolean bExpand ); 79 boolean gotoPreviousWord( [in] boolean bExpand ); 90 boolean gotoEndOfWord( [in] boolean bExpand ); 101 boolean gotoStartOfWord( [in] boolean bExpand );
|
/aoo4110/main/oovbaapi/ooo/vba/excel/ |
H A D | XAxis.idl | 71 void setHasTitle([in] boolean HasTitle) 74 boolean getHasTitle() 83 void setMinorUnitIsAuto([in] boolean MinorUnitIsAuto) 86 boolean getMinorUnitIsAuto() 89 void setReversePlotOrder([in] boolean ReversePlotOrder) 92 boolean getReversePlotOrder() 101 void setMajorUnitIsAuto([in] boolean MajorUnitIsAuto) 104 boolean getMajorUnitIsAuto() 113 void setMaximumScaleIsAuto([in] boolean MaximumScaleIsAuto) 116 boolean getMaximumScaleIsAuto() [all …]
|
H A D | XStyle.idl | 43 boolean BuiltIn() 67 boolean getIncludeAlignment( ) raises ( com::sun::star::script::BasicErrorException ); 69 …void setIncludeBorder( [in] boolean IncludeBorder ) raises ( com::sun::star::script::BasicErrorEx… 71 boolean getIncludeBorder( ) raises ( com::sun::star::script::BasicErrorException ); 73 …void setIncludeFont( [in] boolean IncludeFont ) raises ( com::sun::star::script::BasicErrorExcept… 75 boolean getIncludeFont( ) raises ( com::sun::star::script::BasicErrorException ); 77 …void setIncludeNumber( [in] boolean IncludeNumber ) raises ( com::sun::star::script::BasicErrorEx… 79 boolean getIncludeNumber( ) raises ( com::sun::star::script::BasicErrorException ); 81 …void setIncludePatterns( [in] boolean IncludePatterns ) raises ( com::sun::star::script::BasicErr… 83 boolean getIncludePatterns( ) raises ( com::sun::star::script::BasicErrorException ); [all …]
|
H A D | XWindow.idl | 41 [attribute] boolean DisplayGridlines; 42 [attribute] boolean DisplayHeadings; 43 [attribute] boolean DisplayHorizontalScrollBar; 44 [attribute] boolean DisplayOutline; 45 [attribute] boolean DisplayVerticalScrollBar; 46 [attribute] boolean DisplayWorkbookTabs; 47 [attribute] boolean FreezePanes; 48 [attribute] boolean Split; 73 [in] /*optional boolean*/ any Preview, 75 [in] /*optional boolean*/ any PrintToFile, [all …]
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | SpreadsheetViewSettings.idl | 54 [property] boolean ShowFormulas; 60 [property] boolean ShowZeroValues; 73 [property] boolean ShowNotes; 91 [property] boolean HasSheetTabs; 97 [property] boolean IsOutlineSymbolsSet; 109 [property] boolean ShowGrid; 123 [property] boolean ShowHelpLines; 130 [property] boolean ShowAnchor; 136 [property] boolean ShowPageBreaks; 143 [property] boolean SolidHandles; [all …]
|
H A D | GlobalSheetSettings.idl | 53 [property] boolean MoveSelection; 67 [property] boolean EnterEdit; 73 [property] boolean ExtendFormat; 80 [property] boolean RangeFinder; 87 [property] boolean ExpandReferences; 94 [property] boolean MarkHeader; 101 [property] boolean UseTabCol; 127 [property] boolean DoAutoComplete; 160 [optional, property] boolean PrintAllSheets; 166 [optional, property] boolean PrintEmptyPages; [all …]
|
H A D | SpreadsheetDocumentSettings.idl | 73 [property] boolean IsIterationEnabled; 122 [property] boolean IgnoreCase; 130 [property] boolean CalcAsShown; 136 [property] boolean MatchWholeCell; 142 [property] boolean SpellOnline; 154 [property] boolean LookUpLabels; 161 [property] boolean RegularExpressions; 204 [optional, property] boolean IsLoaded; 212 [optional, property] boolean IsUndoEnabled; 221 [optional, property] boolean IsAdjustHeightEnabled; [all …]
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 119 boolean isReadOnly() raises (SQLException); 137 boolean nullsAreSortedLow() raises (SQLException); 194 boolean usesLocalFiles() raises (SQLException); 462 boolean supportsDifferentTableCorrelationNames() 490 boolean supportsGroupBy() raises (SQLException); 732 boolean supportsSchemasInPrivilegeDefinitions() 870 boolean supportsUnion() raises (SQLException); 915 boolean supportsOpenStatementsAcrossRollback() 1181 boolean dataDefinitionCausesTransactionCommit() 1191 boolean dataDefinitionIgnoredInTransactions() [all …]
|
/aoo4110/main/offapi/com/sun/star/linguistic2/ |
H A D | LinguProperties.idl | 70 [property] boolean IsUseDictionaryList; 76 [property] boolean IsIgnoreControlCharacters; 82 [property] boolean IsSpellUpperCase; 88 [property] boolean IsSpellWithDigits; 93 [property] boolean IsSpellCapitalization; 122 [property] boolean IsHyphAuto; 128 [property] boolean IsHyphSpecial; 133 [property] boolean IsSpellAuto; 141 [property, maybevoid] boolean IsSpellHide; 155 [property] boolean IsSpellSpecial; [all …]
|
H A D | XDictionary1.idl | 56 void setActive( [in] boolean bActivate ); 59 boolean isActive(); 74 boolean addEntry( [in] com::sun::star::linguistic2::XDictionaryEntry xDicEntry ); 77 boolean add( 79 [in] boolean bIsNegative, 83 boolean remove( [in] string aWord ); 86 boolean isFull(); 95 …boolean addDictionaryEventListener( [in] com::sun::star::linguistic2::XDictionaryEventListener xLi… 98 …boolean removeDictionaryEventListener( [in] com::sun::star::linguistic2::XDictionaryEventListener …
|
/aoo4110/main/offapi/com/sun/star/formula/ |
H A D | FormulaProperties.idl | 61 [property] boolean FontFixedIsItalic; 66 [property] boolean FontFixedIsBold; 76 [property] boolean FontSansIsItalic; 81 [property] boolean FontSansIsBold; 91 [property] boolean FontSerifIsItalic; 96 [property] boolean FontSerifIsBold; 112 [property] boolean FontFunctionsIsBold; 128 [property] boolean FontNumbersIsBold; 139 [property] boolean FontTextIsItalic; 144 [property] boolean FontTextIsBold; [all …]
|
/aoo4110/main/offapi/com/sun/star/xml/dom/events/ |
H A D | XMouseEvent.idl | 41 boolean getCtrlKey(); 42 boolean getShiftKey(); 43 boolean getAltKey(); 44 boolean getMetaKey(); 49 [in] boolean canBubbleArg, 50 [in] boolean cancelableArg, 57 [in] boolean ctrlKeyArg, 58 [in] boolean altKeyArg, 59 [in] boolean shiftKeyArg, 60 [in] boolean metaKeyArg,
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | PrintSettings.idl | 45 [property] boolean PrintBlackFonts; 50 [property] boolean PrintControls; 55 [property] boolean PrintDrawings; 60 [property] boolean PrintGraphics; 65 [property] boolean PrintLeftPages; 70 [property] boolean PrintRightPages; 75 [property] boolean PrintTables; 82 [property] boolean PrintReversed; 87 [property] boolean PrintProspect; 92 [property] boolean PrintPageBackground;
|
/aoo4110/main/soltools/mkdepend/ |
H A D | def.h | 113 typedef unsigned char boolean; typedef 130 boolean i_defchecked; /* whether defines have been checked */ 131 boolean i_notified; /* whether we have revealed includes */ 132 boolean i_marked; /* whether it's in the makefile */ 133 boolean i_searched; /* whether we have read this */ 134 boolean i_included_sym; /* whether #include SYMBOL was found */ 170 struct inclist *file_red, int recursion, boolean failOK, 177 struct inclist *file_red, char *include, boolean dot, boolean failOK,
|
/aoo4110/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 54 boolean Bool; 270 [attribute] boolean Bool; 295 TestPolyStruct<boolean> transportPolyBoolean( 296 [in] TestPolyStruct<boolean> arg); 327 boolean sequenceOfCallTestPassed(); 376 [in] boolean arg0, 390 [in] sequence< boolean > arg14, 413 [in] TestPolyStruct< boolean > arg37, 427 [in] TestPolyStruct<boolean> arg3, 474 boolean perform( [all …]
|