findpos.hxx (2d785d7e) findpos.hxx (bd656f79)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 16 unchanged lines hidden (view full) ---

25#define INCLUDED_FORMS_SOURCE_COMPONENT_FINDPOS_HXX
26
27#include "sal/config.h"
28#include "com/sun/star/uno/Sequence.hxx"
29#include "sal/types.h"
30
31namespace rtl { class OUString; }
32
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 16 unchanged lines hidden (view full) ---

25#define INCLUDED_FORMS_SOURCE_COMPONENT_FINDPOS_HXX
26
27#include "sal/config.h"
28#include "com/sun/star/uno/Sequence.hxx"
29#include "sal/types.h"
30
31namespace rtl { class OUString; }
32
33namespace detail {
33namespace forms_detail {
34
35sal_Int32 findPos(
36 const ::rtl::OUString& aStr,
37 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rList);
38
39}
40
41#endif
34
35sal_Int32 findPos(
36 const ::rtl::OUString& aStr,
37 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rList);
38
39}
40
41#endif