| /AOO41X/main/desktop/win32/source/setup/ |
| H A D | setup.hxx | 41 boolean m_bIsWin9x : 1; 42 boolean m_bNeedReboot : 1; 43 boolean m_bAdministrative : 1; 61 boolean m_bQuiet : 1; 62 boolean m_bIgnoreAlreadyRunning : 1; 63 boolean m_bRegNoMsoTypes :1; 64 boolean m_bRegAllMsoTypes :1; 65 boolean m_bIsMinorUpgrade :1; 66 boolean m_bSupportsPatch :1; 76 boolean GetPathToFile( TCHAR* pFileName, TCHAR **pPath ); [all …]
|
| H A D | setup.cpp | 214 boolean SetupApp::Initialize( HINSTANCE hInst ) in Initialize() 274 boolean SetupApp::GetProfileSection( LPCTSTR pFileName, LPCTSTR pSection, in GetProfileSection() 319 boolean SetupApp::ReadProfile() in ReadProfile() 321 boolean bRet = false; in ReadProfile() 471 boolean SetupApp::GetPatches() in GetPatches() 473 boolean bRet = true; in GetPatches() 522 boolean SetupApp::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile() 527 boolean bRet = true; in GetPathToFile() 631 boolean SetupApp::ChooseLanguage( long& rLanguage ) in ChooseLanguage() 766 boolean SetupApp::LaunchInstaller( LPCTSTR pParam ) in LaunchInstaller() [all …]
|
| /AOO41X/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; 52 boolean Execute([in] /* string */ any FindText, 53 [in] /* boolean */ any MatchCase, 54 [in] /* boolean */ any MatchWholeWord, [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;
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | ViewSettings.idl | 41 [property] boolean ShowAnnotations; 45 [property] boolean ShowBreaks; 49 [property] boolean ShowDrawings; 54 [property] boolean ShowFieldCommands; 58 [property] boolean ShowFootnoteBackground; 62 [property] boolean ShowGraphics; 66 [property] boolean ShowHiddenParagraphs; 70 [property] boolean ShowHiddenText; 74 [property] boolean ShowRulers; 79 [property] boolean ShowHoriRuler; [all …]
|
| H A D | XTextTableCursor.idl | 70 boolean gotoCellByName( [in] string aCellName, 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 ); [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 | 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 | 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 | 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 );
|
| /AOO41X/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() 65 …void setIncludeAlignment( [in] boolean IncludeAlignment ) raises ( com::sun::star::script::B… 67 boolean getIncludeAlignment( ) raises ( com::sun::star::script::BasicErrorException ); 69 …void setIncludeBorder( [in] boolean IncludeBorder ) raises ( com::sun::star::script::BasicEr… 71 boolean getIncludeBorder( ) raises ( com::sun::star::script::BasicErrorException ); 73 …void setIncludeFont( [in] boolean IncludeFont ) raises ( com::sun::star::script::BasicErrorE… 75 boolean getIncludeFont( ) raises ( com::sun::star::script::BasicErrorException ); 77 …void setIncludeNumber( [in] boolean IncludeNumber ) raises ( com::sun::star::script::BasicEr… 79 boolean getIncludeNumber( ) raises ( com::sun::star::script::BasicErrorException ); 81 …void setIncludePatterns( [in] boolean IncludePatterns ) raises ( com::sun::star::script::Bas… [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 …]
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 90 boolean allProceduresAreCallable() raises (SQLException); 100 boolean allTablesAreSelectable() raises (SQLException); 119 boolean isReadOnly() raises (SQLException); 128 boolean nullsAreSortedHigh() raises (SQLException); 137 boolean nullsAreSortedLow() raises (SQLException); 146 boolean nullsAreSortedAtStart() raises (SQLException); 155 boolean nullsAreSortedAtEnd() raises (SQLException); 194 boolean usesLocalFiles() raises (SQLException); 203 boolean usesLocalFilePerTable() raises (SQLException); 212 boolean supportsMixedCaseIdentifiers() raises (SQLException); [all …]
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | SpreadsheetViewSettings.idl | 54 [property] boolean ShowFormulas; 60 [property] boolean ShowZeroValues; 67 [property] boolean IsValueHighlightingEnabled; 73 [property] boolean ShowNotes; 79 [property] boolean HasVerticalScrollBar; 85 [property] boolean HasHorizontalScrollBar; 91 [property] boolean HasSheetTabs; 97 [property] boolean IsOutlineSymbolsSet; 103 [property] boolean HasColumnRowHeaders; 109 [property] boolean ShowGrid; [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; 178 [readonly, optional, property] boolean HasDrawPages; 204 [optional, property] boolean IsLoaded; 212 [optional, property] boolean IsUndoEnabled; [all …]
|
| H A D | TablePageStyle.idl | 59 [property] boolean CenterHorizontally; 65 [property] boolean CenterVertically; 71 [property] boolean PrintAnnotations; 77 [property] boolean PrintGrid; 83 [property] boolean PrintHeaders; 89 [property] boolean PrintCharts; 95 [property] boolean PrintObjects; 101 [property] boolean PrintDrawing; 107 [property] boolean PrintFormulas; 113 [property] boolean PrintZeroValues; [all …]
|
| /AOO41X/main/offapi/com/sun/star/linguistic2/ |
| H A D | LinguProperties.idl | 64 [property, maybevoid] boolean IsGermanPreReform; 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; [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 …
|
| /AOO41X/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; 107 [property] boolean FontFunctionsIsItalic; 112 [property] boolean FontFunctionsIsBold; 123 [property] boolean FontNumbersIsItalic; 128 [property] boolean FontNumbersIsBold; [all …]
|
| /AOO41X/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,
|
| /AOO41X/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;
|
| /AOO41X/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,
|
| /AOO41X/main/testtools/source/bridgetest/idl/ |
| H A D | bridgetest.idl | 54 boolean Bool; 206 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte, 222 TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte, 235 TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte, 270 [attribute] boolean Bool; 295 TestPolyStruct<boolean> transportPolyBoolean( 296 [in] TestPolyStruct<boolean> arg); 306 TestPolyStruct<sequence<boolean> > getNullPolySequence(); 327 boolean sequenceOfCallTestPassed(); 376 [in] boolean arg0, [all …]
|