Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/AOO41X/main/sal/qa/rtl/textenc/
H A Drtl_tencinfo.cxx45 void check( const sal_Char* _pRTL_TEXTENCODING, rtl_TextEncoding _aCurrentEncode ) in check() function in rtl_tencinfo::getBestMime
76 check( "RTL_TEXTENCODING_MS_1252", RTL_TEXTENCODING_MS_1252 ); in MimeCharsetFromTextEncoding_MS_1252()
81 check( "RTL_TEXTENCODING_APPLE_ROMAN", RTL_TEXTENCODING_APPLE_ROMAN ); in MimeCharsetFromTextEncoding_APPLE_ROMAN()
86 check( "RTL_TEXTENCODING_IBM_437", RTL_TEXTENCODING_IBM_437 ); in MimeCharsetFromTextEncoding_IBM_437()
91 check( "RTL_TEXTENCODING_IBM_850", RTL_TEXTENCODING_IBM_850 ); in MimeCharsetFromTextEncoding_IBM_850()
96 check( "RTL_TEXTENCODING_IBM_860", RTL_TEXTENCODING_IBM_860 ); in MimeCharsetFromTextEncoding_IBM_860()
101 check( "RTL_TEXTENCODING_IBM_861", RTL_TEXTENCODING_IBM_861 ); in MimeCharsetFromTextEncoding_IBM_861()
106 check( "RTL_TEXTENCODING_IBM_863", RTL_TEXTENCODING_IBM_863 ); in MimeCharsetFromTextEncoding_IBM_863()
111 check( "RTL_TEXTENCODING_IBM_865", RTL_TEXTENCODING_IBM_865 ); in MimeCharsetFromTextEncoding_IBM_865()
116 check( "RTL_TEXTENCODING_SYMBOL", RTL_TEXTENCODING_SYMBOL ); in MimeCharsetFromTextEncoding_SYMBOL()
[all …]
/AOO41X/main/testtools/source/bridgetest/cli/
H A Dcli_cs_bridgetest.cs162 static bool check( bool b , string message ) in check() method in cs_testobj.BridgeTest
171 check( rData1.Bool == rData2.Bool, "### bool does not match!" ); in equals()
172 check( rData1.Char == rData2.Char, "### char does not match!" ); in equals()
173 check( rData1.Byte == rData2.Byte, "### byte does not match!" ); in equals()
174 check( rData1.Short == rData2.Short, "### short does not match!" ); in equals()
175 check( rData1.UShort == rData2.UShort, "### unsigned short does not match!" ); in equals()
176 check( rData1.Long == rData2.Long, "### long does not match!" ); in equals()
177 check( rData1.ULong == rData2.ULong, "### unsigned long does not match!" ); in equals()
178 check( rData1.Hyper == rData2.Hyper, "### hyper does not match!" ); in equals()
179 check( rData1.UHyper == rData2.UHyper, "### unsigned hyper does not match!" ); in equals()
[all …]
H A Dcli_cpp_bridgetest.cxx182 static bool check( bool b , String* message )
191 check( rData1->Bool == rData2->Bool, "### bool does not match!" );
192 check( rData1->Char == rData2->Char, "### char does not match!" );
193 check( rData1->Byte == rData2->Byte, "### byte does not match!" );
194 check( rData1->Short == rData2->Short, "### short does not match!" );
195 check( rData1->UShort == rData2->UShort, "### unsigned short does not match!" );
196 check( rData1->Long == rData2->Long, "### long does not match!" );
197 check( rData1->ULong == rData2->ULong, "### unsigned long does not match!" );
198 check( rData1->Hyper == rData2->Hyper, "### hyper does not match!" );
199 check( rData1->UHyper == rData2->UHyper, "### unsigned hyper does not match!" );
[all …]
H A Dcli_vb_bridgetest.vb80 Private Shared Function check( b As Boolean , message As String ) As Boolean
268 bRet = check( compareData(seqSeqRet, arLong3(0)), "sequence test") _
271 bRet = check( compareData(seqSeqRet2, arLong3), "sequence test") _
274 bRet = check( compareData(seqAnyRet, arAny), "sequence test") And bRet
276 bRet = check( compareData(seqBoolRet, arBool), "sequence test") _
279 bRet = check( compareData(seqByteRet, arByte), "sequence test") _
282 bRet = check( compareData(seqCharRet, arChar), "sequence test") _
285 bRet = check( compareData(seqShortRet, arShort), "sequence test") _
288 bRet = check( compareData(seqLongRet, arLong), "sequence test") _
291 bRet = check( compareData(seqHyperRet,arHyper), "sequence test") _
[all …]
/AOO41X/main/testtools/source/bridgetest/
H A Dbridgetest.cxx87 static bool check( bool b , char const * message ) in check() function
134 check( rData1.Bool == rData2.Bool, "### bool does not match!" ); in equals()
135 check( rData1.Char == rData2.Char, "### char does not match!" ); in equals()
136 check( rData1.Byte == rData2.Byte, "### byte does not match!" ); in equals()
137 check( rData1.Short == rData2.Short, "### short does not match!" ); in equals()
138 check( rData1.UShort == rData2.UShort, "### unsigned short does not match!" ); in equals()
139 check( rData1.Long == rData2.Long, "### long does not match!" ); in equals()
140 check( rData1.ULong == rData2.ULong, "### unsigned long does not match!" ); in equals()
141 check( rData1.Hyper == rData2.Hyper, "### hyper does not match!" ); in equals()
142 check( rData1.UHyper == rData2.UHyper, "### unsigned hyper does not match!" ); in equals()
[all …]
/AOO41X/test/testgui/source/fvt/gui/sd/headerandfooter/
H A DHeaderAndFooterSetting.java81 sdDateAndTimeFooterOnSlide.check(); in testCopySlideWithApplyFooter()
82 sdFixedDateAndTimeFooterOnSlide.check(); in testCopySlideWithApplyFooter()
84 sdFooterTextOnSlide.check(); in testCopySlideWithApplyFooter()
86 sdSlideNumAsFooterOnSlide.check(); in testCopySlideWithApplyFooter()
136 sdDateAndTimeFooterOnSlide.check(); in testCopySlideWithApplyToAllFooter()
137 sdFixedDateAndTimeFooterOnSlide.check(); in testCopySlideWithApplyToAllFooter()
139 sdFooterTextOnSlide.check(); in testCopySlideWithApplyToAllFooter()
141 sdSlideNumAsFooterOnSlide.check(); in testCopySlideWithApplyToAllFooter()
191 sdHeaderTextOnNotes.check(); in testCopySlideWithNotesHeaderFooter()
193 sdDateAndTimeFooterOnSlide.check(); in testCopySlideWithNotesHeaderFooter()
[all …]
/AOO41X/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java82 sortOptionsPageCaseSensitive.check(); in testSortOptionsCaseSensitive()
119 sortOptionsPageCopyResultTo.check(); in testSortOptionsCopyResultTo()
143 sortOptionsPageCopyResultTo.check(); in testSortOptionsCopyResultTo()
185 sortPageAscending1.check(); in testSortCriteriaSortFirstBy()
207 sortPageDescending1.check(); in testSortCriteriaSortFirstBy()
234 sortPageAscending1.check(); in testSortCriteriaSortSecondBy()
258 sortPageAscending1.check(); in testSortCriteriaSortSecondBy()
260 sortPageDescending2.check(); in testSortCriteriaSortSecondBy()
294 sortPageAscending1.check(); in testSortCriteriaSortThirdBy()
317 sortPageAscending1.check(); in testSortCriteriaSortThirdBy()
[all …]
/AOO41X/main/tools/source/inet/
H A Dinetmsg.cxx550 const sal_Char *check = ""; in SetHeaderField() local
567 check = "cc"; in SetHeaderField()
576 check = "ate"; in SetHeaderField()
581 check = "rom"; in SetHeaderField()
586 check = "n-reply-to"; in SetHeaderField()
591 check = "eywords"; in SetHeaderField()
596 check = "essage-id"; in SetHeaderField()
601 check = "e"; in SetHeaderField()
610 check = "o"; in SetHeaderField()
615 check = "-"; in SetHeaderField()
[all …]
/AOO41X/test/testgui/source/fvt/gui/sc/subtotals/
H A DSubtotalsFunctions.java69 scCalcSubTotalForColumns.check(1); // "Code" in testAverage()
89 scCalcSubTotalForColumns.check(2); // "No." in testCountNumbersOnly()
107 scCalcSubTotalForColumns.check(2); // "No." in testMax()
125 scCalcSubTotalForColumns.check(2); // "No." in testMin()
143 scCalcSubTotalForColumns.check(2); // "No." in testProduct()
162 scCalcSubTotalForColumns.check(2); // "No." in testStDevPPopulation()
180 scCalcSubTotalForColumns.check(2); // "No." in testSum()
198 scCalcSubTotalForColumns.check(2); // "No." in testVarSample()
217 scCalcSubTotalForColumns.check(1); // "Code" in testDoNotSortOption()
257 scCalcSubTotalForColumns.check(2); // "No." in testUsingAllGroup()
[all …]
/AOO41X/main/sal/qa/osl/condition/
H A Dosl_Condition.cxx136 bRes = aCond.check( ); in ctors_001()
146 bRes = aCond.check( ); in ctors_002()
171 bRes = aCond.check( ); in set_001()
188 bRes2 = aCond.check( ); in set_002()
221 bRes2 = aCond.check( ); in reset_001()
235 bRes = aCond.check( ); in reset_002()
237 bRes1 = aCond.check( ); in reset_002()
298 bRes = aCond.check( ); in wait_002()
303 bRes1 = aCond.check( ); in wait_002()
321 class check : public CppUnit::TestFixture class
[all …]
/AOO41X/main/solenv/bin/
H A Dpar2script.pl27 use par2script::check;
72 par2script::check::check_multiple_assignments();
75 par2script::check::check_missing_assignments();
79 par2script::check::check_needed_directories();
80 par2script::check::check_directories_in_item_definitions();
82 par2script::check::check_module_existence();
84 par2script::check::check_moduleid_at_items();
86 par2script::check::check_rootmodule();
88 par2script::check::check_shortcut_assignments();
90 par2script::check::check_missing_parents();
/AOO41X/main/offapi/com/sun/star/awt/
H A DAccessibleCheckBox.idl51 /** specifies accessibility support for a check box.
58 check box:
61 <li>Role: The role of a check box is <const
64 <li>Name: The name of a check box is its localized label.</li>
65 <li>Description: The description of a check box is its localized
68 <li>Parent: The parent is the window that contains the check box.</li>
107 of a check box.
112 a check box. The supported actions for a check box are:
120 check box, which is related to the check box state:
/AOO41X/main/extensions/stardiv/oinstchk/
H A Doinstchk.idl37 /** a flag called "surpressed" changes the action of check and checkWithDialog
47 @param bForce: If TRUE check the fonts even if surpressed.
48 Otherwise check the fonts only if not surpressed.
54 boolean check([in] boolean bForce);
56 /** Same as check but additional shows a dialog if result is FALSE.
58 @param bForce: same as in check
59 @see check
79 FALSE the methods check and checkWithDialog ignores the parameter
80 bForce. if surpressed is TRUE check and checkWithDialog only
/AOO41X/main/extensions/stardiv/fontest/
H A Dfontest.idl40 /** a flag called "surpressed" changes the action of check and checkWithDialog
49 @param bForce: If TRUE check the fonts even if surpressed.
50 Otherwise check the fonts only if not surpressed.
56 boolean check([in] boolean bForce);
58 /** Same as check but additional shows a dialog if result is FALSE.
60 @param bForce: same as in check
61 @see check
81 FALSE the methods check and checkWithDialog ignores the parameter
82 bForce. if surpressed is TRUE check and checkWithDialog only
/AOO41X/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogSetting.java67 scValidityShowErrorMessage.check(); in testAllowDateNotBetween()
144 scValidityShowErrorMessage.check(); in testAllowDecimalEqual()
199 scValidityShowErrorMessage.check(); in testAllowGreaterTextLength()
245 scValidityInputHelpCheckbox.check(); in testAllowLessThanTextLength()
250 scValidityShowErrorMessage.check(); in testAllowLessThanTextLength()
292 scValidityShowErrorMessage.check(); in testAllowListSpecialChar()
330 scValidityShowErrorMessage.check(); in testAllowTimeBetween()
426 scValidityShowErrorMessage.check(); in testAllowTimeGreaterThan()
467 scValidityShowErrorMessage.check(); in testAllowWholeNumLessThan()
521 scValidityShowErrorMessage.check(); in testDefaultErrorAlertMessage()
[all …]
/AOO41X/main/padmin/source/
H A Dadddlg.hxx53 virtual bool check() = 0;
75 virtual bool check();
97 virtual bool check();
116 virtual bool check();
139 virtual bool check();
158 virtual bool check();
173 virtual bool check();
189 virtual bool check();
/AOO41X/main/offapi/com/sun/star/installation/
H A DXInstallationCheck.idl38 /** a flag called "suppressed", changes the action of check and checkWithDialog
46 // DocMerge from xml: method com::sun::star::installation::XInstallationCheck::check
49 <p>If missing parts are detected, check should try to automatically repair/
54 boolean check( [in] boolean bForce );
59 /** same as check, but additionally shows a dialog if result is <FALSE/>.
64 </p>@see check
88 <FALSE/>, the methods check and checkWithDialog ignore the parameter
90 If suppressed is <TRUE/>, check and checkWithDialog only
H A Dprotocols.idl36 to check/set all of these protocols.
45 /** check/set all supported protocols
52 /** check/set the HTTP protocol
59 /** check/set the FTP protocol
66 /** check/set the HTTPS protocol
73 /** check/set the MAIL protocol
80 /** check/set the NEWS protocol
/AOO41X/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx222 for ( ::std::vector< Size >::const_iterator check = aImageSizes.begin(); in lcl_updateImageList_nothrow()
223 check != aImageSizes.end(); in lcl_updateImageList_nothrow()
224 ++check in lcl_updateImageList_nothrow()
227 if ( ( check->Width > aWindowSizePixel.Width() ) in lcl_updateImageList_nothrow()
228 || ( check->Height > aWindowSizePixel.Height() ) in lcl_updateImageList_nothrow()
234 … ( aWindowSizePixel.Width() - check->Width ) * ( aWindowSizePixel.Width() - check->Width ) in lcl_updateImageList_nothrow()
235 … + ( aWindowSizePixel.Height() - check->Height ) * ( aWindowSizePixel.Height() - check->Height ); in lcl_updateImageList_nothrow()
239 nPreferredSet = check - aImageSizes.begin(); in lcl_updateImageList_nothrow()
/AOO41X/main/stoc/source/tdmanager/
H A Dtdmgr_check.cxx140 check( pNewTypes[pos].get(), pExistingTypes[pos].get(), in checkSeq()
159 check( xNewTD->getBaseType(), xExistingTD->getBaseType(), in checkStruct()
246 check( xNewParam->getType(), xExistingParam->getType(), context ); in checkParameters()
260 check( xNewTD->getReturnType(), xExistingTD->getReturnType(), in checkMethod()
282 check( xNewTD->getType(), xExistingTD->getType(), in checkAttribute()
312 check( xNewTD->getPropertyTypeDescription(), in checkProperty()
327 check( xNewTD->getInterface(), xExistingTD->getInterface(), in checkSingleton()
330 check( xNewTD->getService().get(), xExistingTD->getService().get(), in checkSingleton()
344 check( xNewTD->getInterface(), xExistingTD->getInterface(), in checkService()
434 void check( Reference<reflection::XTypeDescription> const & xNewTD, in check() function
[all …]
/AOO41X/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx68 inline void check() const;
101 inline void ExpandContentProviderImpl::check() const in check() function in __anon43c8f0b60111::ExpandContentProviderImpl
155 check(); in getImplementationName()
163 check(); in getSupportedServiceNames()
211 check(); in queryContent()
232 check(); in compareContentIds()
/AOO41X/main/libxmlsec/
H A Dxmlsec1-os2.patch17 check-am: all-am
18 check: check-recursive
54 check-am: all-am
55 check: check-am
/AOO41X/main/vcl/source/control/
H A Dthrobber.cxx175 … for ( ::std::vector< ::std::vector< Image > >::const_iterator check = aImageSets.begin(); in initImages()
176 check != aImageSets.end(); in initImages()
177 ++check in initImages()
180 ENSURE_OR_CONTINUE( !check->empty(), "Throbber::initImages: illegal image!" ); in initImages()
181 const Size aImageSize = (*check)[0].GetSizePixel(); in initImages()
195 nPreferredSet = check - aImageSets.begin(); in initImages()
/AOO41X/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx246 for ( PropertyBag::iterator check = m_aSupportedProperties.begin(); in getSupportedProperties() local
247 check != m_aSupportedProperties.end(); in getSupportedProperties()
250 sal_Bool bIsComposable = isComposable( check->Name ); in getSupportedProperties()
253 PropertyBag::iterator next = check; ++next; in getSupportedProperties()
254 m_aSupportedProperties.erase( check ); in getSupportedProperties()
255 check = next; in getSupportedProperties()
258 ++check; in getSupportedProperties()
/AOO41X/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx110 void PackageRegistryBackend::check() in check() function in dp_registry::backend::PackageRegistryBackend
152 check(); in bindPackage()
358 void Package::check() const in check() function in dp_registry::backend::Package
401 check(); in addModifyListener()
410 check(); in removeModifyListener()
429 check(); in createAbortChannel()
653 check(); in processPackage_impl()
746 check(); in getMyBackend()

12345678910>>...16